mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Add send button to compose activity and use new icon for it.
This commit is contained in:
parent
9c9763154e
commit
0b89cdd0fc
BIN
res/drawable-hdpi/ic_action_send.png
Normal file
BIN
res/drawable-hdpi/ic_action_send.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 668 B |
BIN
res/drawable-ldpi/ic_action_send.png
Normal file
BIN
res/drawable-ldpi/ic_action_send.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 295 B |
BIN
res/drawable-mdpi/ic_action_send.png
Normal file
BIN
res/drawable-mdpi/ic_action_send.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 402 B |
BIN
res/drawable-xhdpi/ic_action_send.png
Normal file
BIN
res/drawable-xhdpi/ic_action_send.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 817 B |
@ -4,7 +4,8 @@
|
||||
android:id="@+id/send"
|
||||
android:alphabeticShortcut="s"
|
||||
android:title="@string/send_action"
|
||||
android:icon="@drawable/ic_menu_send"
|
||||
android:icon="@drawable/ic_action_send"
|
||||
android:showAsAction="always"
|
||||
/>
|
||||
<item
|
||||
android:id="@+id/add_cc_bcc"
|
||||
|
Loading…
Reference in New Issue
Block a user