diff options
| author | jaguillo | 2015-10-28 16:15:19 +0100 |
|---|---|---|
| committer | jaguillo | 2015-10-28 16:15:19 +0100 |
| commit | 16763a5f1b292ddf7010c7a0a47dadc0c3dd5372 (patch) | |
| tree | c2068de90f48ac7e521a5aab326194f92c99cb15 /res/drawable | |
| parent | 804e9a7adcc58d81327873ba787c2230eeee350b (diff) | |
| download | unexpected-keyboard-16763a5f1b292ddf7010c7a0a47dadc0c3dd5372.tar.gz unexpected-keyboard-16763a5f1b292ddf7010c7a0a47dadc0c3dd5372.zip | |
Show preview popup
Diffstat (limited to 'res/drawable')
| -rw-r--r-- | res/drawable/preview_popup.xml | 11 |
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> |
