Replace forward arrow PNGs with a vector drawable.

This commit is contained in:
Isira Seneviratne 2020-09-25 15:31:49 +05:30
parent 607d27a139
commit 7b0e2b3ec9
8 changed files with 7 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 B

View File

@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#FFFFFF"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FFFFFF" android:pathData="M12,4l-1.41,1.41L16.17,11H4v2h12.17l-5.58,5.59L12,20l8,-8z"/>
</vector>

View File

@ -2,7 +2,7 @@
<item
android:id="@+id/action_next"
android:icon="@drawable/ic_arrow_forward_white"
android:icon="@drawable/ic_arrow_forward"
android:title="@string/next"
android:titleCondensed="@string/next"/>

View File

@ -8,7 +8,7 @@
<item
android:id="@+id/action_next"
android:icon="@drawable/ic_arrow_forward_white"
android:icon="@drawable/ic_arrow_forward"
android:title="@string/next"
android:titleCondensed="@string/next"/>