summaryrefslogtreecommitdiffstats
path: root/res/layout/customize_reset_theme_layout.xml
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-09-04 11:51:24 -0700
committerClark Scheff <clark@cyngn.com>2014-09-04 11:51:24 -0700
commite1ab2303f2c1de871b37fffeacc7e3b03b26bfde (patch)
tree71c5b446a84f8e1f3103c6f619821549f4995317 /res/layout/customize_reset_theme_layout.xml
parentd2d24b77ac8feadc3a85709926abf018d37c571b (diff)
downloadpackages_apps_ThemeChooser-e1ab2303f2c1de871b37fffeacc7e3b03b26bfde.tar.gz
packages_apps_ThemeChooser-e1ab2303f2c1de871b37fffeacc7e3b03b26bfde.tar.bz2
packages_apps_ThemeChooser-e1ab2303f2c1de871b37fffeacc7e3b03b26bfde.zip
Use custom TextView that always uses Lato fonts
Change-Id: I2f60da0ab633487e18e216072ce834e255b5d852
Diffstat (limited to 'res/layout/customize_reset_theme_layout.xml')
-rw-r--r--res/layout/customize_reset_theme_layout.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/customize_reset_theme_layout.xml b/res/layout/customize_reset_theme_layout.xml
index 9e75298..ca744ba 100644
--- a/res/layout/customize_reset_theme_layout.xml
+++ b/res/layout/customize_reset_theme_layout.xml
@@ -40,7 +40,7 @@
android:scaleType="center"
android:background="@drawable/apply_cancel_bg"/>
- <TextView
+ <com.cyngn.theme.widget.LatoTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
@@ -74,7 +74,7 @@
android:scaleType="center"
android:background="@drawable/apply_cancel_bg"/>
- <TextView
+ <com.cyngn.theme.widget.LatoTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"