diff options
| author | Jules Aguillon | 2021-01-05 00:18:24 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2021-01-05 00:18:24 +0100 |
| commit | 8dc085048acff3ec1d46bdb3eafca0ac0773be25 (patch) | |
| tree | c5784c69138515b48cd569783f1469fa6647f0ad /res/values/colors.xml | |
| parent | 1cda23ad2c393e4eaee9b15b5d27678c1e3d4e90 (diff) | |
| download | unexpected-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/values/colors.xml')
| -rw-r--r-- | res/values/colors.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index 82f3e10..c20ba3a 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -6,9 +6,6 @@ <item name="key_label" type="color">#FFFFFF</item> <item name="key_label_locked" type="color">#229933</item> <item name="key_sub_label" type="color">#A0A0A0</item> - <item name="preview_text" type="color">#FFFFFF</item> - <item name="preview_bg" type="color">#202020</item> - <item name="preview_stroke" type="color">#666666</item> <item name="emoji_button_bg" type="color">#202020</item> <item name="emoji_color" type="color">#FFFFFF</item> <item name="emoji_key_bg" type="color">@color/emoji_button_bg</item> |
