File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments