abouttreesummaryrefslogcommitdiff
path: root/res/drawable/preview_popup.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/drawable/preview_popup.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/drawable/preview_popup.xml')
-rw-r--r--res/drawable/preview_popup.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/res/drawable/preview_popup.xml b/res/drawable/preview_popup.xml
deleted file mode 100644
index ce9a7fa..0000000
--- a/res/drawable/preview_popup.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle"
->
- <corner android:radius="@dimen/preview_corners" />
- <solid android:color="@color/preview_bg" />
- <stroke
- android:width="@dimen/preview_stroke"
- android:color="@color/preview_stroke"
- />
-</shape>