summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-25 22:29:51 +0200
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-26 13:56:53 -0800
commit1b3cd64483c0ebea59e77ec796d316ace5daf78c (patch)
tree8f0f1ff023bdad8cac0544050efad2aeee4ed4c6
parentc9018137a482bd0e3e997fc457864b266d9616fb (diff)
downloadpackages_apps_Trebuchet-1b3cd64483c0ebea59e77ec796d316ace5daf78c.tar.gz
packages_apps_Trebuchet-1b3cd64483c0ebea59e77ec796d316ace5daf78c.tar.bz2
packages_apps_Trebuchet-1b3cd64483c0ebea59e77ec796d316ace5daf78c.zip
Trebuchet: Fix hidden folder remove icon color
RM-208 Change-Id: I56f50f619547447929d4af06f05d980043c48e13 (cherry picked from commit 2cdfb1d0eb3a44b10196c9b7a3545e9579c08995)
-rw-r--r--res/drawable/ic_remove.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/ic_remove.xml b/res/drawable/ic_remove.xml
index a37a64b82..e4e550a44 100644
--- a/res/drawable/ic_remove.xml
+++ b/res/drawable/ic_remove.xml
@@ -21,7 +21,7 @@
android:viewportHeight="24">
<path
- android:fillColor="#000000"
+ android:fillColor="#fafafa"
android:pathData="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59
19 19 17.59 13.41 12z" />
<path