mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-25 04:28:46 +02:00
add an icon to the Delete menu item
This commit is contained in:
parent
625ee1ac90
commit
fa02e14b9a
@ -8,6 +8,7 @@
|
|||||||
app:showAsAction="ifRoom"/>
|
app:showAsAction="ifRoom"/>
|
||||||
<item
|
<item
|
||||||
android:id="@+id/delete_note"
|
android:id="@+id/delete_note"
|
||||||
|
android:icon="@mipmap/delete"
|
||||||
android:title="@string/delete_note"
|
android:title="@string/delete_note"
|
||||||
app:showAsAction="never"/>
|
app:showAsAction="never"/>
|
||||||
<item
|
<item
|
||||||
|
BIN
app/src/main/res/mipmap-hdpi/delete.png
Normal file
BIN
app/src/main/res/mipmap-hdpi/delete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 161 B |
BIN
app/src/main/res/mipmap-mdpi/delete.png
Normal file
BIN
app/src/main/res/mipmap-mdpi/delete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 B |
BIN
app/src/main/res/mipmap-xhdpi/delete.png
Normal file
BIN
app/src/main/res/mipmap-xhdpi/delete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 151 B |
BIN
app/src/main/res/mipmap-xxhdpi/delete.png
Normal file
BIN
app/src/main/res/mipmap-xxhdpi/delete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 194 B |
BIN
app/src/main/res/mipmap-xxxhdpi/delete.png
Normal file
BIN
app/src/main/res/mipmap-xxxhdpi/delete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 243 B |
Loading…
x
Reference in New Issue
Block a user