Use material save icon
@ -10,6 +10,7 @@ python copy OpenKeychain navigation white refresh 24
|
||||
python copy OpenKeychain av white repeat 24
|
||||
python copy OpenKeychain av grey repeat 24
|
||||
python copy OpenKeychain editor white mode_edit 24
|
||||
python copy OpenKeychain content white save 24
|
||||
|
||||
python copy OpenKeychain action grey delete 24
|
||||
python copy OpenKeychain action grey done 24
|
||||
|
Before Width: | Height: | Size: 394 B |
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_save_white_24dp.png
Normal file
After Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 362 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_save_white_24dp.png
Normal file
After Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 441 B |
BIN
OpenKeychain/src/main/res/drawable-xhdpi/ic_save_white_24dp.png
Normal file
After Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 495 B |
BIN
OpenKeychain/src/main/res/drawable-xxhdpi/ic_save_white_24dp.png
Normal file
After Width: | Height: | Size: 489 B |
After Width: | Height: | Size: 747 B |
@ -4,7 +4,7 @@
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_log_display_export_log"
|
||||
android:icon="@drawable/ic_action_save_white"
|
||||
android:icon="@drawable/ic_save_white_24dp"
|
||||
android:title="@string/menu_export_log"
|
||||
app:showAsAction="ifRoom|withText" />
|
||||
|
||||
|