summaryrefslogtreecommitdiffstats
path: root/AriesParts/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'AriesParts/res/layout')
-rw-r--r--AriesParts/res/layout/preference_dialog_color_tuning.xml20
-rw-r--r--AriesParts/res/layout/preference_dialog_vibration.xml15
-rw-r--r--AriesParts/res/layout/preference_dialog_volume_boost.xml16
3 files changed, 44 insertions, 7 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>
diff --git a/AriesParts/res/layout/preference_dialog_vibration.xml b/AriesParts/res/layout/preference_dialog_vibration.xml
index 02cca16..131092b 100644
--- a/AriesParts/res/layout/preference_dialog_vibration.xml
+++ b/AriesParts/res/layout/preference_dialog_vibration.xml
@@ -32,7 +32,7 @@
android:paddingLeft="20dip"
android:paddingRight="20dip" />
- <RelativeLayout
+ <LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
@@ -42,11 +42,16 @@
<Button android:id="@+id/vibration_test"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:paddingLeft="20dip"
- android:paddingRight="20dip"
- android:text="@string/vibration_test_title" />
+ android:text="@string/vibration_test_title"
+ android:width="100dp" />
- </RelativeLayout>
+ <Button android:id="@+id/vibration_reset"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/button_reset_title"
+ android:width="100dp" />
+
+ </LinearLayout>
</RelativeLayout>
</ScrollView>
diff --git a/AriesParts/res/layout/preference_dialog_volume_boost.xml b/AriesParts/res/layout/preference_dialog_volume_boost.xml
index 8134a55..cd7f9eb 100644
--- a/AriesParts/res/layout/preference_dialog_volume_boost.xml
+++ b/AriesParts/res/layout/preference_dialog_volume_boost.xml
@@ -208,5 +208,21 @@
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/mic_hp_no_mic_seekbar"
+ android:paddingTop="5dip" >
+
+ <Button android:id="@+id/volume_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>