diff options
-rw-r--r-- | core/res/res/drawable/ic_arrow_drop_right_black_24dp.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/core/res/res/drawable/ic_arrow_drop_right_black_24dp.xml b/core/res/res/drawable/ic_arrow_drop_right_black_24dp.xml index 2dd0540f8bb5..62af834882dd 100644 --- a/core/res/res/drawable/ic_arrow_drop_right_black_24dp.xml +++ b/core/res/res/drawable/ic_arrow_drop_right_black_24dp.xml @@ -15,10 +15,10 @@ --> <vector xmlns:android="http://schemas.android.com/apk/res/android" - android:height="25.0dp" - android:viewportHeight="25.0" + android:height="24.0dp" + android:viewportHeight="24.0" android:viewportWidth="24.0" - android:width="25.0dp" + android:width="24.0dp" android:tint="?attr/colorControlNormal" android:autoMirrored="true"> @@ -26,9 +26,8 @@ android:name="arrow" android:rotation="90.0" android:pivotX="12.0" - android:pivotY="13.0" - android:translateY="1.0"> + android:pivotY="12.0"> <path android:fillColor="#000000" android:pathData="M7,14 L12,9 L17,14 L7,14 Z" /> <path android:pathData="M0,0 L24,0 L24,24 L0,24 L0,0 Z" /> </group> -</vector>
\ No newline at end of file +</vector> |