Skip to content

Commit 38e0483

Browse files
committed
Added some new icons I missed before...
1 parent c7daf7b commit 38e0483

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ android {
1010
targetSdkVersion 29
1111
versionCode 257
1212
versionName "2.5.1"
13+
vectorDrawables.useSupportLibrary true
1314
}
1415
buildTypes {
1516
release {

app/src/main/res/layout/mounts_row.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
android:layout_marginRight="4dp"
3131
android:layout_marginBottom="4dp"
3232
android:background="?android:attr/selectableItemBackground"
33-
app:srcCompat="@android:drawable/ic_menu_delete" />
33+
app:srcCompat="@drawable/ic_delete_24dp" />
3434

3535
</LinearLayout>

app/src/main/res/menu/activity_mounts.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<item
55
android:id="@+id/menu_add"
6-
android:icon="@android:drawable/ic_menu_add"
6+
android:icon="@drawable/ic_add_24dp"
77
android:title="@string/menu_add"
88
app:showAsAction="always" />
99

0 commit comments

Comments
 (0)