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