aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/popup_bg.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/popup_bg.xml')
-rw-r--r--res/drawable/popup_bg.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/drawable/popup_bg.xml b/res/drawable/popup_bg.xml
new file mode 100644
index 0000000..9eef9f3
--- /dev/null
+++ b/res/drawable/popup_bg.xml
@@ -0,0 +1,8 @@
+<shape
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape ="rectangle">
+ <solid
+ android:color="#000"
+ />
+
+</shape> \ No newline at end of file