summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/layout/preference_colorgamma_presets.xml
diff options
context:
space:
mode:
authorRafael Salas <calimochoazucarado@gmail.com>2012-10-13 01:00:33 -0700
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-10-13 01:00:33 -0700
commite27129e108b2a45672c667211af5b1df5561bf3c (patch)
treeb59f77e53b5787bfa8c824e8a879838dfbe12729 /GNexusParts/res/layout/preference_colorgamma_presets.xml
parente01be98b1a5528dc37fdab10ef87bc4969f5ea28 (diff)
parentee755314b87e9844b38f6221072f2678c91e33cb (diff)
downloaddevice_samsung_tuna-e27129e108b2a45672c667211af5b1df5561bf3c.zip
device_samsung_tuna-e27129e108b2a45672c667211af5b1df5561bf3c.tar.gz
device_samsung_tuna-e27129e108b2a45672c667211af5b1df5561bf3c.tar.bz2
Merge "GNexusParts improvements" into jellybean
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>