aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable
diff options
context:
space:
mode:
authorSammysHP <sven@sammyshp.de>2013-05-17 15:07:16 +0200
committerSammysHP <sven@sammyshp.de>2013-05-17 15:07:16 +0200
commit018ba7e4517c279120b21ce60d5194fe05894c89 (patch)
treed674c7772a84d0eeded04200a7e4d8f7bbaac6e3 /main/res/drawable
parent8fa458435bf815b86af13207373d48a25471cc82 (diff)
downloadcgeo-018ba7e4517c279120b21ce60d5194fe05894c89.zip
cgeo-018ba7e4517c279120b21ce60d5194fe05894c89.tar.gz
cgeo-018ba7e4517c279120b21ce60d5194fe05894c89.tar.bz2
Revert "Merge pull request #2739 from campbeb/fix_overdraw"
This reverts commit eb360a18a1b9a2e560b00d4584cf79f52040acec, reversing changes made to 76a7404e536047dd74721ac9c89fd10a8a2dd16d.
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