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

@ -16,7 +16,8 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/toolbar_background_color"
app:navigationIcon="?attr/homeAsUpIndicator" />
app:navigationIcon="?attr/homeAsUpIndicator"
app:contentInsetStartWithNavigation="0dp" />
<RelativeLayout
android:layout_width="match_parent"