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
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
<item
|
||||
android:id="@+id/add_new_account"
|
||||
android:icon="?attr/iconActionAdd"
|
||||
android:showAsAction="ifRoom"
|
||||
android:title="@string/add_account_action"/>
|
||||
<item
|
||||
android:id="@+id/about"
|
||||
|
|
Loading…
Reference in a new issue