mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
add an icon to the Copy action at the menu
This commit is contained in:
parent
aa29c5b6d8
commit
63dc2b5184
7 changed files with 4 additions and 2 deletions
|
@ -23,8 +23,9 @@
|
|||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/cab_copy_move"
|
||||
android:icon="@mipmap/copy"
|
||||
android:title="@string/copy_move"
|
||||
app:showAsAction="never"/>
|
||||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/cab_delete"
|
||||
android:icon="@mipmap/delete"
|
||||
|
|
|
@ -13,8 +13,9 @@
|
|||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/cab_copy_move"
|
||||
android:icon="@mipmap/copy"
|
||||
android:title="@string/copy_move"
|
||||
app:showAsAction="never"/>
|
||||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/cab_delete"
|
||||
android:icon="@mipmap/delete"
|
||||
|
|
BIN
app/src/main/res/mipmap-hdpi/copy.png
Normal file
BIN
app/src/main/res/mipmap-hdpi/copy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 203 B |
BIN
app/src/main/res/mipmap-mdpi/copy.png
Normal file
BIN
app/src/main/res/mipmap-mdpi/copy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 B |
BIN
app/src/main/res/mipmap-xhdpi/copy.png
Normal file
BIN
app/src/main/res/mipmap-xhdpi/copy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 188 B |
BIN
app/src/main/res/mipmap-xxhdpi/copy.png
Normal file
BIN
app/src/main/res/mipmap-xxhdpi/copy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 266 B |
BIN
app/src/main/res/mipmap-xxxhdpi/copy.png
Normal file
BIN
app/src/main/res/mipmap-xxxhdpi/copy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 329 B |
Loading…
Reference in a new issue