summaryrefslogtreecommitdiffstats
path: root/res/layout/bootani_component_selection_item.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/bootani_component_selection_item.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/bootani_component_selection_item.xml')
-rw-r--r--res/layout/bootani_component_selection_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/bootani_component_selection_item.xml b/res/layout/bootani_component_selection_item.xml
index c6623d1..965a266 100644
--- a/res/layout/bootani_component_selection_item.xml
+++ b/res/layout/bootani_component_selection_item.xml
@@ -15,7 +15,7 @@
android:layout_marginTop="@dimen/component_margin_top"
android:layout_gravity="center_horizontal"/>
- <TextView
+ <com.cyngn.theme.widget.LatoTextView
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"