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:
parent
85fc76c10b
commit
7c9a6b8592
BIN
res/drawable-hdpi/ic_action_search.png
Normal file
BIN
res/drawable-hdpi/ic_action_search.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-ldpi/ic_action_search.png
Normal file
BIN
res/drawable-ldpi/ic_action_search.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 587 B |
BIN
res/drawable-mdpi/ic_action_search.png
Normal file
BIN
res/drawable-mdpi/ic_action_search.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 790 B |
BIN
res/drawable-xhdpi/ic_action_search.png
Normal file
BIN
res/drawable-xhdpi/ic_action_search.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user