Replace add PNGs with a vector drawable.

This commit is contained in:
Isira Seneviratne 2020-09-25 16:01:23 +05:30
parent 7b0e2b3ec9
commit 4b28ca9591
7 changed files with 6 additions and 1 deletions
app/src/main/res
drawable-hdpi
drawable-mdpi
drawable-xhdpi
drawable-xxhdpi
drawable-xxxhdpi
drawable
menu

Binary file not shown.

Before

(image error) Size: 124 B

Binary file not shown.

Before

(image error) Size: 93 B

Binary file not shown.

Before

(image error) Size: 97 B

Binary file not shown.

Before

(image error) Size: 97 B

Binary file not shown.

Before

(image error) Size: 102 B

@ -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"/>