aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/inventory_background_dark.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/drawable/inventory_background_dark.xml')
-rw-r--r--main/res/drawable/inventory_background_dark.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/res/drawable/inventory_background_dark.xml b/main/res/drawable/inventory_background_dark.xml
new file mode 100644
index 0000000..fce3151
--- /dev/null
+++ b/main/res/drawable/inventory_background_dark.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">
+ <stroke
+ android:color="#99FFFFFF"
+ android:width="2px" />
+ <solid
+ android:color="#AA000000" />
+ <corners
+ android:topLeftRadius="5dip" />
+</shape> \ No newline at end of file