summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/layout/preference_colorgamma_presets.xml
diff options
context:
space:
mode:
authorMarkus Reumueller <reumuellermarkus@gmail.com>2012-12-08 18:07:30 +0100
committerRobert Burns <burnsra@gmail.com>2012-12-13 16:31:52 -0500
commit8d0aaa3342810ea2fce3fb432b60ce745a6e4d9e (patch)
tree1748c89680f17a52e17dc8bf80e9eef331460d14 /GNexusParts/res/layout/preference_colorgamma_presets.xml
parent0d53a7c1e173de9c5d19feca3c70c5d3099fa3d5 (diff)
downloaddevice_samsung_tuna-8d0aaa3342810ea2fce3fb432b60ce745a6e4d9e.zip
device_samsung_tuna-8d0aaa3342810ea2fce3fb432b60ce745a6e4d9e.tar.gz
device_samsung_tuna-8d0aaa3342810ea2fce3fb432b60ce745a6e4d9e.tar.bz2
Bugfix --> presets are not restored after reboot
Some cleanups German Translation PatchSet2: derp... Change-Id: Ic85b340ea67b1c5e1b80bc62e40238bc6fde5eff
Diffstat (limited to 'GNexusParts/res/layout/preference_colorgamma_presets.xml')
-rwxr-xr-xGNexusParts/res/layout/preference_colorgamma_presets.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/GNexusParts/res/layout/preference_colorgamma_presets.xml b/GNexusParts/res/layout/preference_colorgamma_presets.xml
index af85740..e99dfba 100755
--- a/GNexusParts/res/layout/preference_colorgamma_presets.xml
+++ b/GNexusParts/res/layout/preference_colorgamma_presets.xml
@@ -117,15 +117,16 @@
android:layout_width="320dp"
android:layout_height="wrap_content"
android:layout_weight="1"
+ android:gravity="center"
android:layout_below="@+id/linearLayout2" >
<TextView
android:id="@+id/textView1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingLeft="10dip"
- android:text="@string/credits_presets"
- android:textSize="12dp"/>
+ android:gravity="center"
+ android:text="@string/credits_presets"
+ android:textSize="15dp"/>
</LinearLayout>