don't show search icon if there is no room
This commit is contained in:
parent
3f6923f706
commit
b5a498fd1f
1 changed files with 1 additions and 1 deletions
|
@ -66,6 +66,6 @@
|
|||
<item
|
||||
android:id="@+id/action_search_history"
|
||||
android:icon="?attr/icon_search"
|
||||
android:showAsAction="always"
|
||||
android:showAsAction="ifRoom"
|
||||
android:title="@string/search" />
|
||||
</menu>
|
Reference in a new issue