summaryrefslogtreecommitdiffstats
path: root/res/layout/bootanim_card.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/bootanim_card.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/bootanim_card.xml')
-rw-r--r--res/layout/bootanim_card.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/bootanim_card.xml b/res/layout/bootanim_card.xml
index 70d3f8e..0e2f705 100644
--- a/res/layout/bootanim_card.xml
+++ b/res/layout/bootanim_card.xml
@@ -19,7 +19,7 @@
android:layout_marginTop="@dimen/expanded_card_margin_top"
android:adjustViewBounds="true"
android:layout_gravity="center"/>
- <TextView
+ <com.cyngn.theme.widget.LatoTextView
android:id="@+id/label"
android:layout_width="match_parent"
android:layout_height="wrap_content"