summaryrefslogtreecommitdiffstats
path: root/AriesParts/res/layout/preference_dialog_color_tuning.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AriesParts/res/layout/preference_dialog_color_tuning.xml')
-rw-r--r--AriesParts/res/layout/preference_dialog_color_tuning.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/AriesParts/res/layout/preference_dialog_color_tuning.xml b/AriesParts/res/layout/preference_dialog_color_tuning.xml
index 2c52b62..5f53fa2 100644
--- a/AriesParts/res/layout/preference_dialog_color_tuning.xml
+++ b/AriesParts/res/layout/preference_dialog_color_tuning.xml
@@ -160,6 +160,22 @@
android:paddingTop="2dip"
android:paddingLeft="20dip"
android:paddingRight="20dip" />
-
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="center_horizontal"
+ android:layout_below="@+id/color_blue_gamma_seekbar"
+ android:paddingTop="5dip" >
+
+ <Button android:id="@+id/color_reset"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingLeft="20dip"
+ android:paddingRight="20dip"
+ android:text="@string/button_reset_title" />
+
+ </LinearLayout>
+
</RelativeLayout>
-</ScrollView> \ No newline at end of file
+</ScrollView>