diff options
| author | bokidori | 2024-09-21 23:30:01 +0200 |
|---|---|---|
| committer | GitHub | 2024-09-21 23:30:01 +0200 |
| commit | e309b76c0a8cb4c322b5fa902a080e19c2fe1f08 (patch) | |
| tree | 8106de03d10a7955a9483016e5b33077064fd7fe /res/xml/settings.xml | |
| parent | 4d686a88366584f2dae1d572bc52df275f42a275 (diff) | |
| download | unexpected-keyboard-e309b76c0a8cb4c322b5fa902a080e19c2fe1f08.tar.gz unexpected-keyboard-e309b76c0a8cb4c322b5fa902a080e19c2fe1f08.zip | |
Increase default label size (#747)
Change default label size to 1.15
Diffstat (limited to 'res/xml/settings.xml')
| -rw-r--r-- | res/xml/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml index c6c553a..c6a0c51 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -45,7 +45,7 @@ <juloo.keyboard2.prefs.IntSlideBarPreference android:key="horizontal_margin_portrait" android:title="@string/pref_portrait" android:summary="%sdp" android:defaultValue="3" min="0" max="30"/> <juloo.keyboard2.prefs.IntSlideBarPreference android:key="horizontal_margin_landscape" android:title="@string/pref_landscape" android:summary="%sdp" android:defaultValue="28" min="0" max="200"/> </PreferenceScreen> - <juloo.keyboard2.prefs.SlideBarPreference android:key="character_size" android:title="@string/pref_character_size_title" android:summary="@string/pref_character_size_summary" android:defaultValue="1.0" min="0.75" max="1.5"/> + <juloo.keyboard2.prefs.SlideBarPreference android:key="character_size" android:title="@string/pref_character_size_title" android:summary="@string/pref_character_size_summary" android:defaultValue="1.15" min="0.75" max="1.5"/> <juloo.keyboard2.prefs.SlideBarPreference android:key="key_vertical_margin" android:title="@string/pref_key_vertical_space" android:summary="%s%%" android:defaultValue="1.5" min="0" max="5"/> <juloo.keyboard2.prefs.SlideBarPreference android:key="key_horizontal_margin" android:title="@string/pref_key_horizontal_space" android:summary="%s%%" android:defaultValue="2" min="0" max="5"/> <CheckBoxPreference android:key="border_config" android:title="@string/pref_border_config_title" android:defaultValue="false"/> |
