diff options
author | Clark Scheff <clark@cyngn.com> | 2014-09-04 09:48:40 -0700 |
---|---|---|
committer | Clark Scheff <clark@cyngn.com> | 2014-09-04 09:48:40 -0700 |
commit | d2d24b77ac8feadc3a85709926abf018d37c571b (patch) | |
tree | 1ceb9fcf1ece2c9cfaf32459ec2b829f7090772d /res/layout | |
parent | c55983b7e2cf1a9398d0c7d54653c0773f5354d4 (diff) | |
download | packages_apps_ThemeChooser-d2d24b77ac8feadc3a85709926abf018d37c571b.zip packages_apps_ThemeChooser-d2d24b77ac8feadc3a85709926abf018d37c571b.tar.gz packages_apps_ThemeChooser-d2d24b77ac8feadc3a85709926abf018d37c571b.tar.bz2 |
Fix centering of "customize" text
Change-Id: Ifd417ec08cc00f1f4300b4d1364d4183538dcf50
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/customize_reset_theme_layout.xml | 2 |
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"/> |