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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/drawable/deep_shortcuts_drag_handle.xml b/res/drawable/deep_shortcuts_drag_handle.xml
index d5fca2ecf..99d2b07a5 100644
--- a/res/drawable/deep_shortcuts_drag_handle.xml
+++ b/res/drawable/deep_shortcuts_drag_handle.xml
@@ -15,12 +15,12 @@
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
+ android:width="@dimen/deep_shortcut_drag_handle_size"
+ android:height="@dimen/deep_shortcut_drag_handle_size"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:pathData="M20 9H4v2h16V9zM4 15h16v-2H4v2z"
- android:fillColor="#757575"/>
+ android:fillColor="#4D000000"/>
</vector> \ No newline at end of file