diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 51a811d6c4c..9e4dc396635 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -476,7 +476,7 @@ - diff --git a/res/layout/master_clear.xml b/res/layout/master_clear.xml index 779e50462c9..f81c7e81c10 100644 --- a/res/layout/master_clear.xml +++ b/res/layout/master_clear.xml @@ -93,7 +93,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" - android:paddingEnd="8dp" + android:paddingEnd="@dimen/reset_checkbox_padding_end" android:focusable="false" android:clickable="false" android:duplicateParentState="true" /> @@ -104,14 +104,14 @@ diff --git a/res/layout/reset_esim_checkbox.xml b/res/layout/reset_esim_checkbox.xml new file mode 100644 index 00000000000..e76ced054f2 --- /dev/null +++ b/res/layout/reset_esim_checkbox.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + diff --git a/res/layout/reset_network.xml b/res/layout/reset_network.xml index be966ddce4a..1850bb23be6 100644 --- a/res/layout/reset_network.xml +++ b/res/layout/reset_network.xml @@ -14,7 +14,8 @@ limitations under the License. --> - @@ -27,7 +28,8 @@ android:layout_marginTop="12dp" android:layout_weight="1"> - @@ -38,6 +40,11 @@ android:textDirection="locale" android:text="@string/reset_network_desc" /> + + diff --git a/res/layout/suggestion_container.xml b/res/layout/suggestion_container.xml index 2aa104333db..e01a5903c79 100644 --- a/res/layout/suggestion_container.xml +++ b/res/layout/suggestion_container.xml @@ -57,8 +57,6 @@ android:layout_height="wrap_content" android:paddingTop="20dp" android:paddingBottom="16dp" - android:paddingStart="16dp" - android:paddingEnd="16dp" android:scrollbars="none"/> diff --git a/res/layout/suggestion_tile_v2.xml b/res/layout/suggestion_tile_v2.xml index e180897af06..27b3c349e9e 100644 --- a/res/layout/suggestion_tile_v2.xml +++ b/res/layout/suggestion_tile_v2.xml @@ -21,7 +21,8 @@ android:layout_width="328dp" android:layout_height="wrap_content" app:cardUseCompatPadding="true" - app:cardElevation="2dp"> + app:cardElevation="2dp" + app:cardCornerRadius="@dimen/suggestion_card_corner_radius"> @@ -55,21 +56,23 @@ diff --git a/res/layout/suggestion_tile_with_button_v2.xml b/res/layout/suggestion_tile_with_button_v2.xml index 01be23658fc..5f4ed18bab3 100644 --- a/res/layout/suggestion_tile_with_button_v2.xml +++ b/res/layout/suggestion_tile_with_button_v2.xml @@ -21,14 +21,14 @@ android:layout_width="328dp" android:layout_height="wrap_content" app:cardUseCompatPadding="true" - app:cardElevation="2dp"> + app:cardElevation="2dp" + app:cardCornerRadius="@dimen/suggestion_card_corner_radius"> + android:orientation="vertical"> @@ -56,9 +56,11 @@