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:
parent
dfda81efe2
commit
375d62fb7d
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user