summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/layout/preference_dialog_color_tuning.xml
diff options
context:
space:
mode:
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>