diff options
Diffstat (limited to 'res/drawable/preview_popup.xml')
| -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> |
