Replace forward arrow PNGs with a vector drawable.
This commit is contained in:
parent
607d27a139
commit
7b0e2b3ec9
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 |
5
app/src/full/res/drawable/ic_arrow_forward.xml
Normal file
5
app/src/full/res/drawable/ic_arrow_forward.xml
Normal 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>
|
@ -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"/>
|
||||
|
||||
|
@ -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"/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user