summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'GNexusParts/res/layout')
-rwxr-xr-xGNexusParts/res/layout/preference_colorgamma_presets.xml7
-rw-r--r--GNexusParts/res/layout/preference_dialog_color_tuning.xml5
2 files changed, 7 insertions, 5 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>
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>