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, 0 insertions, 4 deletions
diff --git a/main/res/drawable/inventory_background_dark.xml b/main/res/drawable/inventory_background_dark.xml
index fce3151..e7c24b9 100644
--- a/main/res/drawable/inventory_background_dark.xml
+++ b/main/res/drawable/inventory_background_dark.xml
@@ -4,8 +4,6 @@
<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 71486c7..5f0e36b 100644
--- a/main/res/drawable/inventory_background_light.xml
+++ b/main/res/drawable/inventory_background_light.xml
@@ -4,8 +4,6 @@
<stroke
android:color="#99000000"
android:width="2px" />
- <solid
- android:color="#AAFFFFFF" />
<corners
android:topLeftRadius="5dip" />
</shape> \ No newline at end of file