summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/layout/preference_dialog_color_tuning.xml
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-04-24 23:08:41 +0200
committerKalimochoAz <calimochoazucarado@gmail.com>2012-04-24 23:10:35 +0200
commita9851ff357cbf24dc3dea6fad0e2bddf77d99548 (patch)
tree1e81355c87d91c08e33b2ac7219dcaf1d3b23ed8 /GNexusParts/res/layout/preference_dialog_color_tuning.xml
parent15ac946d489886c9a1451f7ccedc67e144c500e2 (diff)
downloaddevice_samsung_tuna-a9851ff357cbf24dc3dea6fad0e2bddf77d99548.zip
device_samsung_tuna-a9851ff357cbf24dc3dea6fad0e2bddf77d99548.tar.gz
device_samsung_tuna-a9851ff357cbf24dc3dea6fad0e2bddf77d99548.tar.bz2
Add presets to gamma and color hack
Ad a screen for those settings Change-Id: Ifb6b4258ab3fa4c64f892cbfb7cf6a7d4bcdb9cf
Diffstat (limited to 'GNexusParts/res/layout/preference_dialog_color_tuning.xml')
-rw-r--r--GNexusParts/res/layout/preference_dialog_color_tuning.xml31
1 files changed, 29 insertions, 2 deletions
diff --git a/GNexusParts/res/layout/preference_dialog_color_tuning.xml b/GNexusParts/res/layout/preference_dialog_color_tuning.xml
index 6154982..068f88c 100644
--- a/GNexusParts/res/layout/preference_dialog_color_tuning.xml
+++ b/GNexusParts/res/layout/preference_dialog_color_tuning.xml
@@ -80,7 +80,8 @@
android:paddingLeft="20dip"
android:paddingRight="20dip" />
- <ImageView android:src="@drawable/color_tuning_preview"
+ <ImageView android:id="@+id/black_scale_picture_color"
+ android:src="@drawable/color_tuning_preview"
android:layout_width="match_parent"
android:layout_height="40dip"
android:layout_below="@id/color_blue_seekbar"
@@ -88,5 +89,31 @@
android:paddingLeft="20dip"
android:paddingRight="20dip" />
+ <LinearLayout
+ android:id="@+id/linearLayout1"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_below="@+id/black_scale_picture_color" >
+
+ <Button
+ android:id="@+id/btnColorDefault"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/color_default_title" />
+
+ <Button
+ android:id="@+id/btnColorCM"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/color_CM_title" />
+
+ <Button
+ android:id="@+id/btnColorDark"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/color_dark_title" />
+
+ </LinearLayout>
+
</RelativeLayout>
-</ScrollView> \ No newline at end of file
+</ScrollView>