summaryrefslogtreecommitdiff
path: root/res/layout-land
diff options
context:
space:
mode:
authorSantiago Etchebehere <santie@google.com>2019-12-05 10:25:13 -0800
committerSantiago Etchebehere <santie@google.com>2019-12-05 10:25:13 -0800
commit58e1b52d7d8de35d0d6fd2830c1ed32ba714a625 (patch)
tree4b8d835cc21ad609f628fbb9471e51e744ee8f90 /res/layout-land
parentec66598e14310a8a3786b87993006b381b082950 (diff)
downloadThemePicker-58e1b52d7d8de35d0d6fd2830c1ed32ba714a625.tar.gz
Update the name of header styles
Bug: 136179649 Change-Id: Ifbf369295495a739775a4b061306514e3a9c15cf
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/fragment_clock_picker.xml2
-rw-r--r--res/layout-land/fragment_custom_theme_component.xml2
-rw-r--r--res/layout-land/fragment_custom_theme_name.xml2
-rw-r--r--res/layout-land/fragment_grid_picker.xml2
-rw-r--r--res/layout-land/fragment_theme_picker.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/res/layout-land/fragment_clock_picker.xml b/res/layout-land/fragment_clock_picker.xml
index b5044b72..c0fd678e 100644
--- a/res/layout-land/fragment_clock_picker.xml
+++ b/res/layout-land/fragment_clock_picker.xml
@@ -86,7 +86,7 @@
android:visibility="gone">
<TextView
android:id="@+id/error_message"
- style="@style/HeaderTextAppearance"
+ style="@style/TitleTextAppearance"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
diff --git a/res/layout-land/fragment_custom_theme_component.xml b/res/layout-land/fragment_custom_theme_component.xml
index cc834e34..6883d635 100644
--- a/res/layout-land/fragment_custom_theme_component.xml
+++ b/res/layout-land/fragment_custom_theme_component.xml
@@ -62,7 +62,7 @@
android:layout_gravity="center"
android:layout_margin="10dp"
android:textAlignment="center"
- android:textAppearance="@style/HeaderTextAppearance"/>
+ android:textAppearance="@style/TitleTextAppearance"/>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/options_container"
diff --git a/res/layout-land/fragment_custom_theme_name.xml b/res/layout-land/fragment_custom_theme_name.xml
index 0f190a89..3c85f35b 100644
--- a/res/layout-land/fragment_custom_theme_name.xml
+++ b/res/layout-land/fragment_custom_theme_name.xml
@@ -59,7 +59,7 @@
android:layout_gravity="center"
android:layout_margin="10dp"
android:textAlignment="center"
- android:textAppearance="@style/HeaderTextAppearance"/>
+ android:textAppearance="@style/TitleTextAppearance"/>
<FrameLayout
android:layout_width="match_parent"
diff --git a/res/layout-land/fragment_grid_picker.xml b/res/layout-land/fragment_grid_picker.xml
index 6fc59331..414b3901 100644
--- a/res/layout-land/fragment_grid_picker.xml
+++ b/res/layout-land/fragment_grid_picker.xml
@@ -84,7 +84,7 @@
android:visibility="gone">
<TextView
android:id="@+id/error_message"
- style="@style/HeaderTextAppearance"
+ style="@style/TitleTextAppearance"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
diff --git a/res/layout-land/fragment_theme_picker.xml b/res/layout-land/fragment_theme_picker.xml
index cd3cdbd1..b70ecdfa 100644
--- a/res/layout-land/fragment_theme_picker.xml
+++ b/res/layout-land/fragment_theme_picker.xml
@@ -98,7 +98,7 @@
android:visibility="gone">
<TextView
android:id="@+id/error_message"
- style="@style/HeaderTextAppearance"
+ style="@style/TitleTextAppearance"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"