summaryrefslogtreecommitdiffstats
path: root/res/drawable/deep_shortcuts_drag_handle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/deep_shortcuts_drag_handle.xml')
-rw-r--r--res/drawable/deep_shortcuts_drag_handle.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/drawable/deep_shortcuts_drag_handle.xml b/res/drawable/deep_shortcuts_drag_handle.xml
index 99d2b07a5..82e844d2d 100644
--- a/res/drawable/deep_shortcuts_drag_handle.xml
+++ b/res/drawable/deep_shortcuts_drag_handle.xml
@@ -18,9 +18,10 @@
android:width="@dimen/deep_shortcut_drag_handle_size"
android:height="@dimen/deep_shortcut_drag_handle_size"
android:viewportWidth="24.0"
- android:viewportHeight="24.0">
+ android:viewportHeight="24.0"
+ android:tint="?android:attr/textColorHint" >
<path
android:pathData="M20 9H4v2h16V9zM4 15h16v-2H4v2z"
- android:fillColor="#4D000000"/>
+ android:fillColor="@android:color/white" />
</vector> \ No newline at end of file