diff options
author | Clark Scheff <clark@cyngn.com> | 2014-09-04 11:51:24 -0700 |
---|---|---|
committer | Clark Scheff <clark@cyngn.com> | 2014-09-04 11:51:24 -0700 |
commit | e1ab2303f2c1de871b37fffeacc7e3b03b26bfde (patch) | |
tree | 71c5b446a84f8e1f3103c6f619821549f4995317 /res/layout/sound_component_selection_item.xml | |
parent | d2d24b77ac8feadc3a85709926abf018d37c571b (diff) | |
download | packages_apps_ThemeChooser-e1ab2303f2c1de871b37fffeacc7e3b03b26bfde.zip packages_apps_ThemeChooser-e1ab2303f2c1de871b37fffeacc7e3b03b26bfde.tar.gz packages_apps_ThemeChooser-e1ab2303f2c1de871b37fffeacc7e3b03b26bfde.tar.bz2 |
Use custom TextView that always uses Lato fonts
Change-Id: I2f60da0ab633487e18e216072ce834e255b5d852
Diffstat (limited to 'res/layout/sound_component_selection_item.xml')
-rw-r--r-- | res/layout/sound_component_selection_item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/sound_component_selection_item.xml b/res/layout/sound_component_selection_item.xml index e2a7754..7ded01f 100644 --- a/res/layout/sound_component_selection_item.xml +++ b/res/layout/sound_component_selection_item.xml @@ -7,7 +7,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content"> - <TextView + <com.cyngn.theme.widget.LatoTextView android:id="@+id/title" android:layout_width="0dp" android:layout_height="wrap_content" |