summaryrefslogtreecommitdiffstats
path: root/res/layout/customize_reset_theme_layout.xml
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-09-04 09:48:40 -0700
committerClark Scheff <clark@cyngn.com>2014-09-04 09:48:40 -0700
commitd2d24b77ac8feadc3a85709926abf018d37c571b (patch)
tree1ceb9fcf1ece2c9cfaf32459ec2b829f7090772d /res/layout/customize_reset_theme_layout.xml
parentc55983b7e2cf1a9398d0c7d54653c0773f5354d4 (diff)
downloadpackages_apps_ThemeChooser-d2d24b77ac8feadc3a85709926abf018d37c571b.tar.gz
packages_apps_ThemeChooser-d2d24b77ac8feadc3a85709926abf018d37c571b.tar.bz2
packages_apps_ThemeChooser-d2d24b77ac8feadc3a85709926abf018d37c571b.zip
Fix centering of "customize" text
Change-Id: Ifd417ec08cc00f1f4300b4d1364d4183538dcf50
Diffstat (limited to 'res/layout/customize_reset_theme_layout.xml')
-rw-r--r--res/layout/customize_reset_theme_layout.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/customize_reset_theme_layout.xml b/res/layout/customize_reset_theme_layout.xml
index 1095a3b..9e75298 100644
--- a/res/layout/customize_reset_theme_layout.xml
+++ b/res/layout/customize_reset_theme_layout.xml
@@ -77,7 +77,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:gravity="center_horizontal"
+ android:layout_gravity="center_horizontal"
style="@style/customize_layout_text_style"
android:text="@string/customize_theme"/>