aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/drawable')
-rw-r--r--main/res/drawable/inventory_background_dark.xml2
-rw-r--r--main/res/drawable/inventory_background_light.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/main/res/drawable/inventory_background_dark.xml b/main/res/drawable/inventory_background_dark.xml
index e7c24b9..fce3151 100644
--- a/main/res/drawable/inventory_background_dark.xml
+++ b/main/res/drawable/inventory_background_dark.xml
@@ -4,6 +4,8 @@
<stroke
android:color="#99FFFFFF"
android:width="2px" />
+ <solid
+ android:color="#AA000000" />
<corners
android:topLeftRadius="5dip" />
</shape> \ No newline at end of file
diff --git a/main/res/drawable/inventory_background_light.xml b/main/res/drawable/inventory_background_light.xml
index 5f0e36b..71486c7 100644
--- a/main/res/drawable/inventory_background_light.xml
+++ b/main/res/drawable/inventory_background_light.xml
@@ -4,6 +4,8 @@
<stroke
android:color="#99000000"
android:width="2px" />
+ <solid
+ android:color="#AAFFFFFF" />
<corners
android:topLeftRadius="5dip" />
</shape> \ No newline at end of file