1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

Add an actionbar item for "add account" to the account list (if there's room)

This should be backported to 4.4
This commit is contained in:
Jesse Vincent 2013-07-30 15:29:25 -04:00
parent dfda81efe2
commit 375d62fb7d

View File

@ -21,6 +21,7 @@
<item <item
android:id="@+id/add_new_account" android:id="@+id/add_new_account"
android:icon="?attr/iconActionAdd" android:icon="?attr/iconActionAdd"
android:showAsAction="ifRoom"
android:title="@string/add_account_action"/> android:title="@string/add_account_action"/>
<item <item
android:id="@+id/about" android:id="@+id/about"