abouttreesummaryrefslogcommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorJules Aguillon2021-01-05 00:18:24 +0100
committerJules Aguillon2021-01-05 00:18:24 +0100
commit8dc085048acff3ec1d46bdb3eafca0ac0773be25 (patch)
treec5784c69138515b48cd569783f1469fa6647f0ad /res/xml
parent1cda23ad2c393e4eaee9b15b5d27678c1e3d4e90 (diff)
downloadunexpected-keyboard-8dc085048acff3ec1d46bdb3eafca0ac0773be25.tar.gz
unexpected-keyboard-8dc085048acff3ec1d46bdb3eafca0ac0773be25.zip
Remove the preview popup
This was a half-finished feature: - Dangerous when typing passwords - Caused crash on some devices - Ugly (on its own but also blinking when sliding and not fixed in size)
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/settings.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index 769547a..e25f185 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -52,14 +52,6 @@
max="50"
/>
</PreferenceCategory>
- <PreferenceCategory android:title="@string/pref_category_preview">
- <CheckBoxPreference
- android:key="preview_enabled"
- android:title="@string/pref_preview_title"
- android:summary="@string/pref_preview_summary"
- android:defaultValue="false"
- />
- </PreferenceCategory>
<PreferenceCategory android:title="@string/pref_category_style">
<juloo.common.IntSlideBarPreference
android:key="margin_bottom"