Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/settings_appearance.xml')
-rw-r--r--app/src/main/res/xml/settings_appearance.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/src/main/res/xml/settings_appearance.xml b/app/src/main/res/xml/settings_appearance.xml
index 6ce82c3..91f3054 100644
--- a/app/src/main/res/xml/settings_appearance.xml
+++ b/app/src/main/res/xml/settings_appearance.xml
@@ -32,15 +32,15 @@
android:title="@string/pref_show_user_count"
android:summary="@string/pref_show_user_count_summary" />
- <se.lublin.mumla.preference.SeekBarDialogPreference
- android:key="pttButtonHeight"
- android:title="@string/pttButtonHeight"
- android:summary="@string/pttButtonHeightSum"
- multiplier="10"
- max="100"
- min="15"
- android:defaultValue="15"
- android:text=" dp"/>
+ <se.lublin.mumla.preference.SeekBarDialogPreference
+ android:key="pttButtonHeight"
+ android:title="@string/pttButtonHeight"
+ android:summary="@string/pttButtonHeightSum"
+ multiplier="10"
+ max="100"
+ min="15"
+ android:defaultValue="15"
+ android:text=" dp"/>
<!--
<ListPreference