Loading res/layout/main_clear.xml +11 −12 Original line number Diff line number Diff line Loading @@ -27,40 +27,39 @@ <ScrollView android:id="@+id/main_clear_scrollview" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginStart="@dimen/reset_main_clear_margin_start" android:layout_marginEnd="@dimen/reset_main_clear_margin_end"> android:layout_height="match_parent"> <LinearLayout android:id="@+id/main_clear_container" style="@style/SudContentFrame" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="16dp" android:orientation="vertical"> <TextView style="@style/TextAppearance.SudGlifItemSummary" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:id="@+id/sud_layout_description" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/main_clear_desc"/> <TextView android:id="@+id/also_erases_external" style="@style/TextAppearance.SudGlifItemSummary" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone" android:text="@string/main_clear_desc_also_erases_external"/> <TextView android:id="@+id/also_erases_esim" style="@style/TextAppearance.SudGlifItemSummary" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone" android:text="@string/main_clear_desc_also_erases_esim"/> <TextView android:id="@+id/accounts_label" style="@style/TextAppearance.SudGlifItemSummary" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone" Loading @@ -76,21 +75,21 @@ </LinearLayout> <TextView android:id="@+id/other_users_present" style="@style/TextAppearance.SudGlifItemSummary" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone" android:text="@string/main_clear_other_users_present"/> <TextView android:id="@+id/no_cancel_mobile_plan" style="@style/TextAppearance.SudGlifItemSummary" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone" android:text="@string/main_clear_desc_no_cancel_mobile_plan"/> <TextView android:id="@+id/erase_external_option_text" style="@style/TextAppearance.SudGlifItemSummary" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/main_clear_desc_erase_external_storage"/> Loading @@ -116,12 +115,12 @@ android:layout_gravity="center_vertical" android:orientation="vertical"> <TextView style="@style/TextAppearance.SudGlifItemTitle" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/erase_external_storage"/> <TextView style="@style/TextAppearance.SudGlifItemSummary" style="?android:attr/textAppearanceListItemSecondary" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/erase_external_storage_description"/> Loading res/layout/main_clear_account.xml +3 −3 Original line number Diff line number Diff line Loading @@ -30,6 +30,6 @@ android:id="@android:id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" style="@style/TextAppearance.SudGlifItemSummary"/> style="@style/TextAppearance.PreferenceTitle.SettingsLib"/> </LinearLayout> res/layout/main_clear_confirm.xml +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ <TextView android:id="@+id/sud_layout_description" style="@style/SudItemTitle.GlifDescription" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/main_clear_final_desc"/> Loading res/values/dimens.xml +0 −2 Original line number Diff line number Diff line Loading @@ -327,8 +327,6 @@ <!-- Margin for the reset screens --> <dimen name="reset_network_margin_start">72dp</dimen> <dimen name="reset_network_margin_end">12dp</dimen> <dimen name="reset_main_clear_margin_start">32dp</dimen> <dimen name="reset_main_clear_margin_end">12dp</dimen> <dimen name="reset_button_margin_end">20dp</dimen> <!-- Padding for the reset screens --> Loading tests/robotests/res/layout/main_clear.xml +1 −3 Original line number Diff line number Diff line Loading @@ -28,9 +28,7 @@ <ScrollView android:id="@+id/main_clear_scrollview" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginStart="@dimen/reset_main_clear_margin_start" android:layout_marginEnd="@dimen/reset_main_clear_margin_end"> android:layout_height="match_parent"> <LinearLayout android:id="@+id/main_clear_container" Loading Loading
res/layout/main_clear.xml +11 −12 Original line number Diff line number Diff line Loading @@ -27,40 +27,39 @@ <ScrollView android:id="@+id/main_clear_scrollview" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginStart="@dimen/reset_main_clear_margin_start" android:layout_marginEnd="@dimen/reset_main_clear_margin_end"> android:layout_height="match_parent"> <LinearLayout android:id="@+id/main_clear_container" style="@style/SudContentFrame" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="16dp" android:orientation="vertical"> <TextView style="@style/TextAppearance.SudGlifItemSummary" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:id="@+id/sud_layout_description" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/main_clear_desc"/> <TextView android:id="@+id/also_erases_external" style="@style/TextAppearance.SudGlifItemSummary" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone" android:text="@string/main_clear_desc_also_erases_external"/> <TextView android:id="@+id/also_erases_esim" style="@style/TextAppearance.SudGlifItemSummary" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone" android:text="@string/main_clear_desc_also_erases_esim"/> <TextView android:id="@+id/accounts_label" style="@style/TextAppearance.SudGlifItemSummary" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone" Loading @@ -76,21 +75,21 @@ </LinearLayout> <TextView android:id="@+id/other_users_present" style="@style/TextAppearance.SudGlifItemSummary" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone" android:text="@string/main_clear_other_users_present"/> <TextView android:id="@+id/no_cancel_mobile_plan" style="@style/TextAppearance.SudGlifItemSummary" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone" android:text="@string/main_clear_desc_no_cancel_mobile_plan"/> <TextView android:id="@+id/erase_external_option_text" style="@style/TextAppearance.SudGlifItemSummary" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/main_clear_desc_erase_external_storage"/> Loading @@ -116,12 +115,12 @@ android:layout_gravity="center_vertical" android:orientation="vertical"> <TextView style="@style/TextAppearance.SudGlifItemTitle" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/erase_external_storage"/> <TextView style="@style/TextAppearance.SudGlifItemSummary" style="?android:attr/textAppearanceListItemSecondary" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/erase_external_storage_description"/> Loading
res/layout/main_clear_account.xml +3 −3 Original line number Diff line number Diff line Loading @@ -30,6 +30,6 @@ android:id="@android:id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" style="@style/TextAppearance.SudGlifItemSummary"/> style="@style/TextAppearance.PreferenceTitle.SettingsLib"/> </LinearLayout>
res/layout/main_clear_confirm.xml +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ <TextView android:id="@+id/sud_layout_description" style="@style/SudItemTitle.GlifDescription" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/main_clear_final_desc"/> Loading
res/values/dimens.xml +0 −2 Original line number Diff line number Diff line Loading @@ -327,8 +327,6 @@ <!-- Margin for the reset screens --> <dimen name="reset_network_margin_start">72dp</dimen> <dimen name="reset_network_margin_end">12dp</dimen> <dimen name="reset_main_clear_margin_start">32dp</dimen> <dimen name="reset_main_clear_margin_end">12dp</dimen> <dimen name="reset_button_margin_end">20dp</dimen> <!-- Padding for the reset screens --> Loading
tests/robotests/res/layout/main_clear.xml +1 −3 Original line number Diff line number Diff line Loading @@ -28,9 +28,7 @@ <ScrollView android:id="@+id/main_clear_scrollview" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginStart="@dimen/reset_main_clear_margin_start" android:layout_marginEnd="@dimen/reset_main_clear_margin_end"> android:layout_height="match_parent"> <LinearLayout android:id="@+id/main_clear_container" Loading