aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable
diff options
context:
space:
mode:
authorLars <gc@droescher.eu>2014-08-14 16:20:43 +0200
committerLars <gc@droescher.eu>2014-08-14 16:20:43 +0200
commit1ecaff23d3f92f32d13a176bab3174748b9dc50f (patch)
treec596c12e5e5946dc8e2fc17ff021f60a46b5b106 /main/res/drawable
parent5bd12624eaa55f9c715125295ca83dc19782afa6 (diff)
downloadcgeo-1ecaff23d3f92f32d13a176bab3174748b9dc50f.zip
cgeo-1ecaff23d3f92f32d13a176bab3174748b9dc50f.tar.gz
cgeo-1ecaff23d3f92f32d13a176bab3174748b9dc50f.tar.bz2
Solid white background for favs on white theme
Diffstat (limited to 'main/res/drawable')
-rw-r--r--main/res/drawable/favorite_background_light.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/res/drawable/favorite_background_light.xml b/main/res/drawable/favorite_background_light.xml
index 08bef23..8d2df60 100644
--- a/main/res/drawable/favorite_background_light.xml
+++ b/main/res/drawable/favorite_background_light.xml
@@ -6,6 +6,6 @@
android:width="1dp"
android:color="#99000000" />
- <solid android:color="#99000000" />
+ <solid android:color="#FFFFFFFF" />
-</shape> \ No newline at end of file
+</shape>