summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/layout/preference_dialog_color_tuning.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_dialog_color_tuning.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_dialog_color_tuning.xml')
-rw-r--r--GNexusParts/res/layout/preference_dialog_color_tuning.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/GNexusParts/res/layout/preference_dialog_color_tuning.xml b/GNexusParts/res/layout/preference_dialog_color_tuning.xml
index 51883d1..b49b505 100644
--- a/GNexusParts/res/layout/preference_dialog_color_tuning.xml
+++ b/GNexusParts/res/layout/preference_dialog_color_tuning.xml
@@ -126,15 +126,16 @@
android:layout_width="320dp"
android:layout_height="wrap_content"
android:layout_weight="1"
+ android:gravity="center"
android:layout_below="@+id/linearLayout1">
<TextView
android:id="@+id/textView1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingLeft="10dip"
+ android:gravity="center"
android:text="@string/color_warning"
- android:textSize="12dp"/>
+ android:textSize="15dp"/>
</LinearLayout>