From 30cf5f26152340d5b6a8f447fcf11e91b0d56ac3 Mon Sep 17 00:00:00 2001 From: Mihai Nita Date: Wed, 3 Aug 2016 09:31:00 -0700 Subject: [PATCH] Changing the languages drag handle as per the Material Design spec It should use 4 horizontal bars, as per Material Design spec: https://material.google.com/components/lists-controls.html#lists-controls-types-of-list-controls (search for "Reorder", there is no direct link) The new icon comes from https://design.google.com/icons/#ic_reorder Bug: 30260880 Change-Id: I27a38cef864b97dd23c83cce2bb2859b268e4bd4 --- res/drawable/drag_handle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/drawable/drag_handle.xml b/res/drawable/drag_handle.xml index 33a68c68638..835ac5b58ac 100644 --- a/res/drawable/drag_handle.xml +++ b/res/drawable/drag_handle.xml @@ -22,6 +22,6 @@ android:tint="@color/material_grey_600"> + android:pathData="M6,30h36v-4L6,26v4zM6,38h36v-4L6,34v4zM6,22h36L42,18L6,18v4zM6,10v4h36L42,10L6,10z" />