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.xml128
1 files changed, 71 insertions, 57 deletions
diff --git a/GNexusParts/res/layout/preference_colorgamma_presets.xml b/GNexusParts/res/layout/preference_colorgamma_presets.xml
index bd50287..af85740 100755
--- a/GNexusParts/res/layout/preference_colorgamma_presets.xml
+++ b/GNexusParts/res/layout/preference_colorgamma_presets.xml
@@ -49,70 +49,84 @@
android:src="@drawable/blue_tuning_preview" />
<LinearLayout
- android:layout_width="wrap_content"
+ android:id="@+id/linearLayout1"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_weight="1"
android:layout_below="@+id/imageView0"
- android:orientation="vertical" >
+ android:gravity="center_horizontal" >
- <LinearLayout
- android:layout_width="match_parent"
+ <Button
+ android:id="@+id/btnPreset1"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_weight="1" >
-
- <Button
- android:id="@+id/btnPreset1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/preset1_default_title" android:textSize="10dp" android:width="100dp"/>
-
- <Button
- android:id="@+id/btnPreset2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/preset2_default_title" android:textSize="10dp" android:width="100dp"/>
-
- <Button
- android:id="@+id/btnPreset3"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/preset3_default_title" android:textSize="10dp" android:width="100dp"/>
- </LinearLayout>
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
-
- <Button
- android:id="@+id/btnPreset4"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/preset4_default_title" android:textSize="10dp" android:width="100dp"/>
-
- <Button
- android:id="@+id/btnPreset5"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/preset5_default_title" android:textSize="10dp" android:width="100dp"/>
-
- <Button
- android:id="@+id/btnPreset6"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/preset6_default_title" android:textSize="10dp" android:width="100dp"/>
- </LinearLayout>
-
- <LinearLayout
- android:layout_width="320dp"
+ android:text="@string/preset1_default_title"
+ android:textSize="12dp"
+ android:width="100dp"/>
+
+ <Button
+ android:id="@+id/btnPreset2"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/preset2_default_title"
+ android:textSize="12dp"
+ android:width="100dp"/>
+
+ <Button
+ android:id="@+id/btnPreset3"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_weight="1" >
+ android:text="@string/preset3_default_title"
+ android:textSize="12dp"
+ android:width="100dp"/>
+ </LinearLayout>
+
+ <LinearLayout
+ android:id="@+id/linearLayout2"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_below="@+id/linearLayout1"
+ android:gravity="center_horizontal" >
- <TextView
- android:id="@+id/textView1"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/credits_presets" android:textSize="12dp"/>
+ <Button
+ android:id="@+id/btnPreset4"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/preset4_default_title"
+ android:textSize="12dp"
+ android:width="100dp"/>
+
+ <Button
+ android:id="@+id/btnPreset5"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/preset5_default_title"
+ android:textSize="12dp"
+ android:width="100dp"/>
+
+ <Button
+ android:id="@+id/btnPreset6"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/preset6_default_title"
+ android:textSize="12dp"
+ android:width="100dp"/>
+ </LinearLayout>
+
+ <LinearLayout
+ android:layout_width="320dp"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ 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"/>
- </LinearLayout>
</LinearLayout>
</RelativeLayout>