1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-25 07:01:50 -05:00

Add send button to compose activity and use new icon for it.

This commit is contained in:
Sander Bogaert 2012-07-26 10:23:31 -04:00 committed by Andrew Chen
parent 9c9763154e
commit 0b89cdd0fc
5 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B

View File

@ -4,7 +4,8 @@
android:id="@+id/send" android:id="@+id/send"
android:alphabeticShortcut="s" android:alphabeticShortcut="s"
android:title="@string/send_action" android:title="@string/send_action"
android:icon="@drawable/ic_menu_send" android:icon="@drawable/ic_action_send"
android:showAsAction="always"
/> />
<item <item
android:id="@+id/add_cc_bcc" android:id="@+id/add_cc_bcc"