Extends the width of the search view.

This commit is contained in:
Vavassor 2017-06-22 02:00:03 -04:00
commit 100b9f0a47
4 changed files with 15 additions and 2 deletions

View file

@ -6,5 +6,6 @@
android:title="@string/action_search"
android:icon="@android:drawable/ic_menu_search"
app:actionViewClass="android.support.v7.widget.SearchView"
android:actionLayout="@layout/search_view"
app:showAsAction="always" />
</menu>