summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/layout/preference_dialog_gamma_tuning.xml
diff options
context:
space:
mode:
Diffstat (limited to 'GNexusParts/res/layout/preference_dialog_gamma_tuning.xml')
-rw-r--r--GNexusParts/res/layout/preference_dialog_gamma_tuning.xml26
1 files changed, 25 insertions, 1 deletions
diff --git a/GNexusParts/res/layout/preference_dialog_gamma_tuning.xml b/GNexusParts/res/layout/preference_dialog_gamma_tuning.xml
index 110dc32..8df2204 100644
--- a/GNexusParts/res/layout/preference_dialog_gamma_tuning.xml
+++ b/GNexusParts/res/layout/preference_dialog_gamma_tuning.xml
@@ -80,11 +80,35 @@
android:paddingLeft="20dip"
android:paddingRight="20dip" />
+ <TextView android:id="@+id/gamma_dss_text"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/gamma_blue_seekbar"
+ android:text="@string/gamma_dss_title"
+ android:paddingTop="10dip"
+ android:paddingLeft="20dip"
+ android:paddingRight="20dip" />
+ <TextView android:id="@+id/gamma_dss_value"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/gamma_blue_seekbar"
+ android:layout_alignParentRight="true"
+ android:paddingTop="10dip"
+ android:paddingLeft="20dip"
+ android:paddingRight="20dip" />
+ <SeekBar android:id="@+id/gamma_dss_seekbar"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/gamma_dss_text"
+ android:paddingTop="2dip"
+ android:paddingLeft="20dip"
+ android:paddingRight="20dip" />
+
<ImageView android:id="@+id/black_scale_picture"
android:src="@drawable/color_tuning_preview"
android:layout_width="match_parent"
android:layout_height="40dip"
- android:layout_below="@id/gamma_blue_seekbar"
+ android:layout_below="@id/gamma_dss_seekbar"
android:paddingTop="20dip"
android:paddingLeft="20dip"
android:paddingRight="20dip" />