Replace add PNGs with a vector drawable.
This commit is contained in:
parent
7b0e2b3ec9
commit
4b28ca9591
Binary file not shown.
Before Width: | Height: | Size: 124 B |
Binary file not shown.
Before Width: | Height: | Size: 93 B |
Binary file not shown.
Before Width: | Height: | Size: 97 B |
Binary file not shown.
Before Width: | Height: | Size: 97 B |
Binary file not shown.
Before Width: | Height: | Size: 102 B |
5
app/src/main/res/drawable/ic_add.xml
Normal file
5
app/src/main/res/drawable/ic_add.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="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
|
||||
</vector>
|
@ -4,7 +4,7 @@
|
||||
|
||||
<item
|
||||
android:id="@+id/action_add_repo"
|
||||
android:icon="@drawable/ic_add_white"
|
||||
android:icon="@drawable/ic_add"
|
||||
android:title="@string/menu_add_repo"
|
||||
app:showAsAction="ifRoom|withText"/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user