summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2015-01-26 10:07:15 -0800
committerGerrit Code Review <gerrit@cyngn.com>2015-01-27 23:11:17 +0000
commitd5c63f7636c65ab94f04e4e11d86e111fe6a4dff (patch)
tree870866c0338488789a93f0d92fe84ce9e297cb68
parent0319df43de1b8bc4bd7097aea442ed3e45cc6bf9 (diff)
downloadpackages_apps_ThemeChooser-d5c63f7636c65ab94f04e4e11d86e111fe6a4dff.zip
packages_apps_ThemeChooser-d5c63f7636c65ab94f04e4e11d86e111fe6a4dff.tar.gz
packages_apps_ThemeChooser-d5c63f7636c65ab94f04e4e11d86e111fe6a4dff.tar.bz2
Use LatoTextView for wallpaper_card
This card was still using a standard TextView and looks out of place once a font is applied. Change-Id: I28909a6c5df8159b20b8a4ff54be8257b0ba5f2b
-rw-r--r--res/layout/wallpaper_card.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/wallpaper_card.xml b/res/layout/wallpaper_card.xml
index 5ed7790..ff2ab21 100644
--- a/res/layout/wallpaper_card.xml
+++ b/res/layout/wallpaper_card.xml
@@ -19,7 +19,7 @@
android:visibility="gone"
style="@style/card_none_text"/>
- <TextView
+ <com.cyngn.theme.widget.LatoTextView
android:id="@+id/label"
android:layout_width="match_parent"
android:layout_height="wrap_content"