abouttreesummaryrefslogcommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
authorjaguillo2015-10-28 16:15:19 +0100
committerjaguillo2015-10-28 16:15:19 +0100
commit16763a5f1b292ddf7010c7a0a47dadc0c3dd5372 (patch)
treec2068de90f48ac7e521a5aab326194f92c99cb15 /res/drawable
parent804e9a7adcc58d81327873ba787c2230eeee350b (diff)
downloadunexpected-keyboard-16763a5f1b292ddf7010c7a0a47dadc0c3dd5372.tar.gz
unexpected-keyboard-16763a5f1b292ddf7010c7a0a47dadc0c3dd5372.zip
Show preview popup
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/preview_popup.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/drawable/preview_popup.xml b/res/drawable/preview_popup.xml
new file mode 100644
index 0000000..ce9a7fa
--- /dev/null
+++ b/res/drawable/preview_popup.xml
@@ -0,0 +1,11 @@
+<?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>