diff options
| author | Lars <gc@droescher.eu> | 2014-08-14 16:20:43 +0200 |
|---|---|---|
| committer | Lars <gc@droescher.eu> | 2014-08-14 16:20:43 +0200 |
| commit | 1ecaff23d3f92f32d13a176bab3174748b9dc50f (patch) | |
| tree | c596c12e5e5946dc8e2fc17ff021f60a46b5b106 /main | |
| parent | 5bd12624eaa55f9c715125295ca83dc19782afa6 (diff) | |
| download | cgeo-1ecaff23d3f92f32d13a176bab3174748b9dc50f.zip cgeo-1ecaff23d3f92f32d13a176bab3174748b9dc50f.tar.gz cgeo-1ecaff23d3f92f32d13a176bab3174748b9dc50f.tar.bz2 | |
Solid white background for favs on white theme
Diffstat (limited to 'main')
| -rw-r--r-- | main/res/drawable/favorite_background_light.xml | 4 |
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> |
