Make theme picker options carousels full bleed
Fixes: 130760271
Test: visual
Change-Id: Icaea7de251ac7d795fe051d5f989c557b59bbf2e
diff --git a/res/layout/fragment_clock_picker.xml b/res/layout/fragment_clock_picker.xml
index d97a339..da4f891 100644
--- a/res/layout/fragment_clock_picker.xml
+++ b/res/layout/fragment_clock_picker.xml
@@ -35,7 +35,7 @@
android:id="@+id/options_section"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:padding="10dp"
+ android:paddingVertical="10dp"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
@@ -46,7 +46,8 @@
<RelativeLayout
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ android:paddingHorizontal="10dp">
<Button
android:id="@+id/apply_button"
style="@style/ActionPrimaryButton"
diff --git a/res/layout/fragment_custom_theme_component.xml b/res/layout/fragment_custom_theme_component.xml
index 4acc884..c407724 100644
--- a/res/layout/fragment_custom_theme_component.xml
+++ b/res/layout/fragment_custom_theme_component.xml
@@ -42,7 +42,7 @@
android:id="@+id/options_section"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:padding="10dp"
+ android:paddingVertical="10dp"
android:orientation="vertical">
<TextView
diff --git a/res/layout/fragment_grid_picker.xml b/res/layout/fragment_grid_picker.xml
index 5c21cd9..d7618f3 100644
--- a/res/layout/fragment_grid_picker.xml
+++ b/res/layout/fragment_grid_picker.xml
@@ -34,7 +34,7 @@
android:id="@+id/options_section"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:padding="10dp"
+ android:paddingVertical="10dp"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
@@ -45,7 +45,8 @@
<RelativeLayout
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ android:paddingHorizontal="10dp">
<Button
android:id="@+id/apply_button"
style="@style/ActionPrimaryButton"
diff --git a/res/layout/fragment_theme_picker.xml b/res/layout/fragment_theme_picker.xml
index c73bf63..dddd060 100644
--- a/res/layout/fragment_theme_picker.xml
+++ b/res/layout/fragment_theme_picker.xml
@@ -33,7 +33,7 @@
android:id="@+id/options_section"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:padding="10dp"
+ android:paddingVertical="10dp"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
@@ -44,7 +44,8 @@
<RelativeLayout
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ android:paddingHorizontal="10dp">
<CheckBox
android:id="@+id/use_my_wallpaper"
android:layout_width="wrap_content"