aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/popup_bg.xml
diff options
context:
space:
mode:
authorAnkush Sachdeva <sankush@iitk.ac.in>2014-09-02 02:51:57 +0530
committerAnkush Sachdeva <sankush@iitk.ac.in>2014-09-02 02:51:57 +0530
commit62ca083a9cf9690570d4abac37b60d2c8c64ffdd (patch)
tree75714a6a53baa36ea1cafa07fc13e1198f8606a4 /res/drawable/popup_bg.xml
inital commit
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