diff options
Diffstat (limited to 'AriesParts/res')
-rw-r--r-- | AriesParts/res/layout/preference_dialog_color_tuning.xml | 38 | ||||
-rw-r--r-- | AriesParts/res/values/strings.xml | 6 |
2 files changed, 22 insertions, 22 deletions
diff --git a/AriesParts/res/layout/preference_dialog_color_tuning.xml b/AriesParts/res/layout/preference_dialog_color_tuning.xml index f67cf5d..2c52b62 100644 --- a/AriesParts/res/layout/preference_dialog_color_tuning.xml +++ b/AriesParts/res/layout/preference_dialog_color_tuning.xml @@ -89,15 +89,15 @@ android:paddingLeft="20dip" android:paddingRight="20dip" /> - <TextView android:id="@+id/color_red_v0_text" + <TextView android:id="@+id/color_red_gamma_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/color_tuning_preview" - android:text="@string/color_red_v0_title" + android:text="@string/color_red_gamma_title" android:paddingTop="30dip" android:paddingLeft="20dip" android:paddingRight="20dip" /> - <TextView android:id="@+id/color_red_v0_value" + <TextView android:id="@+id/color_red_gamma_value" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/color_tuning_preview" @@ -105,58 +105,58 @@ android:paddingTop="30dip" android:paddingLeft="20dip" android:paddingRight="20dip" /> - <SeekBar android:id="@+id/color_red_v0_seekbar" + <SeekBar android:id="@+id/color_red_gamma_seekbar" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_below="@id/color_red_v0_text" + android:layout_below="@id/color_red_gamma_text" android:paddingTop="2dip" android:paddingLeft="20dip" android:paddingRight="20dip" /> - <TextView android:id="@+id/color_green_v0_text" + <TextView android:id="@+id/color_green_gamma_text" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_below="@id/color_red_v0_seekbar" - android:text="@string/color_green_v0_title" + android:layout_below="@id/color_red_gamma_seekbar" + android:text="@string/color_green_gamma_title" android:paddingTop="10dip" android:paddingLeft="20dip" android:paddingRight="20dip" /> - <TextView android:id="@+id/color_green_v0_value" + <TextView android:id="@+id/color_green_gamma_value" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_below="@id/color_red_v0_seekbar" + android:layout_below="@id/color_red_gamma_seekbar" android:layout_alignParentRight="true" android:paddingTop="10dip" android:paddingLeft="20dip" android:paddingRight="20dip" /> - <SeekBar android:id="@+id/color_green_v0_seekbar" + <SeekBar android:id="@+id/color_green_gamma_seekbar" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_below="@id/color_green_v0_text" + android:layout_below="@id/color_green_gamma_text" android:paddingTop="2dip" android:paddingLeft="20dip" android:paddingRight="20dip" /> - <TextView android:id="@+id/color_blue_v0_text" + <TextView android:id="@+id/color_blue_gamma_text" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_below="@id/color_green_v0_seekbar" - android:text="@string/color_blue_v0_title" + android:layout_below="@id/color_green_gamma_seekbar" + android:text="@string/color_blue_gamma_title" android:paddingTop="10dip" android:paddingLeft="20dip" android:paddingRight="20dip" /> - <TextView android:id="@+id/color_blue_v0_value" + <TextView android:id="@+id/color_blue_gamma_value" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_below="@id/color_green_v0_seekbar" + android:layout_below="@id/color_green_gamma_seekbar" android:layout_alignParentRight="true" android:paddingTop="10dip" android:paddingLeft="20dip" android:paddingRight="20dip" /> - <SeekBar android:id="@+id/color_blue_v0_seekbar" + <SeekBar android:id="@+id/color_blue_gamma_seekbar" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_below="@id/color_blue_v0_text" + android:layout_below="@id/color_blue_gamma_text" android:paddingTop="2dip" android:paddingLeft="20dip" android:paddingRight="20dip" /> diff --git a/AriesParts/res/values/strings.xml b/AriesParts/res/values/strings.xml index 74adc79..45ee818 100644 --- a/AriesParts/res/values/strings.xml +++ b/AriesParts/res/values/strings.xml @@ -8,9 +8,9 @@ <string name="color_red_title">Red</string> <string name="color_green_title">Green</string> <string name="color_blue_title">Blue</string> - <string name="color_red_v0_title">Red (v0 Gamma)</string> - <string name="color_green_v0_title">Green (v0 Gamma)</string> - <string name="color_blue_v0_title">Blue (v0 Gamma)</string> + <string name="color_red_gamma_title">Red Gamma</string> + <string name="color_green_gamma_title">Green Gamma</string> + <string name="color_blue_gamma_title">Blue Gamma</string> <string name="mdnie_title_head">mDNIe Mode</string> <string name="mdnie_summary_head">Adjust mDNIe display post-processing</string> |