Merge "Make Reset Wi-Fi, mobile & bluetooth scrollable" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
637eeefb53
@@ -19,7 +19,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:orientation="vertical" >
|
android:orientation="vertical" >
|
||||||
<ScrollView
|
<androidx.core.widget.NestedScrollView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dip"
|
android:layout_height="0dip"
|
||||||
android:layout_marginStart="@dimen/reset_network_margin_start"
|
android:layout_marginStart="@dimen/reset_network_margin_start"
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
android:text="@string/reset_network_desc" />
|
android:text="@string/reset_network_desc" />
|
||||||
<include layout="@layout/reset_esim_checkbox"/>
|
<include layout="@layout/reset_esim_checkbox"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</ScrollView>
|
</androidx.core.widget.NestedScrollView>
|
||||||
<Spinner android:id="@+id/reset_network_subscription"
|
<Spinner android:id="@+id/reset_network_subscription"
|
||||||
android:layout_gravity="center_horizontal"
|
android:layout_gravity="center_horizontal"
|
||||||
android:layout_marginTop="20dp"
|
android:layout_marginTop="20dp"
|
||||||
|
|||||||
Reference in New Issue
Block a user