1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-24 08:38:51 -05:00

Always show search button on actionbar of Accounts activity.

This commit is contained in:
Sander Bogaert 2012-07-25 18:17:45 -04:00 committed by Andrew Chen
parent 85fc76c10b
commit 7c9a6b8592
5 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 790 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -9,7 +9,8 @@
<item
android:id="@+id/search"
android:title="@string/search_action"
android:icon="@android:drawable/ic_search_category_default"
android:icon="@drawable/ic_action_search"
android:showAsAction="always"
/>
<item
android:id="@+id/add_new_account"