summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/layout/preference_dialog_color_tuning.xml
diff options
context:
space:
mode:
authordjMesias <djmesias@terra.es>2012-09-25 12:55:56 +0200
committerdjMesias <djmesias@terra.es>2012-09-27 19:27:16 +0200
commitee755314b87e9844b38f6221072f2678c91e33cb (patch)
treea638184f0e8f25d0fffa858e762a8b2a12b5949d /GNexusParts/res/layout/preference_dialog_color_tuning.xml
parent8a2b60a901b3efecd9f57d60d33e707e7f2993c3 (diff)
downloaddevice_samsung_tuna-ee755314b87e9844b38f6221072f2678c91e33cb.zip
device_samsung_tuna-ee755314b87e9844b38f6221072f2678c91e33cb.tar.gz
device_samsung_tuna-ee755314b87e9844b38f6221072f2678c91e33cb.tar.bz2
GNexusParts improvements
- Fixed button's layout - Color Adjustment more user friendly - Warning for values greater than 200 in color adj. - Presets changes for new values - Fixed translations for es, en PatchSet 2: - Fixed translations for ru, de - Better button's layout - Color&Gamma presets can be disabled now if it's not supported by kernel PatchSet 3: - Changes in the names of the presets - Restore original credits Change-Id: I9c5cefd3f57bc5bd1f59a6b3c13a366225d0043c
Diffstat (limited to 'GNexusParts/res/layout/preference_dialog_color_tuning.xml')
-rw-r--r--GNexusParts/res/layout/preference_dialog_color_tuning.xml35
1 files changed, 29 insertions, 6 deletions
diff --git a/GNexusParts/res/layout/preference_dialog_color_tuning.xml b/GNexusParts/res/layout/preference_dialog_color_tuning.xml
index 068f88c..51883d1 100644
--- a/GNexusParts/res/layout/preference_dialog_color_tuning.xml
+++ b/GNexusParts/res/layout/preference_dialog_color_tuning.xml
@@ -93,25 +93,48 @@
android:id="@+id/linearLayout1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:gravity="center_horizontal"
android:layout_below="@+id/black_scale_picture_color" >
<Button
- android:id="@+id/btnColorDefault"
+ android:id="@+id/btnColor1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="@string/color_default_title" />
+ android:text="@string/color1_title"
+ android:textSize="12dp"
+ android:width="100dp"/>
<Button
- android:id="@+id/btnColorCM"
+ android:id="@+id/btnColor2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="@string/color_CM_title" />
+ android:text="@string/color2_title"
+ android:textSize="12dp"
+ android:width="100dp"/>
<Button
- android:id="@+id/btnColorDark"
+ android:id="@+id/btnColor3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="@string/color_dark_title" />
+ android:text="@string/color3_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/linearLayout1">
+
+ <TextView
+ android:id="@+id/textView1"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:paddingLeft="10dip"
+ android:text="@string/color_warning"
+ android:textSize="12dp"/>
</LinearLayout>