Extends the width of the search view.
This commit is contained in:
parent
65e9d8c4fd
commit
100b9f0a47
4 changed files with 15 additions and 2 deletions
8
app/src/main/res/layout/search_view.xml
Normal file
8
app/src/main/res/layout/search_view.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<android.support.v7.widget.SearchView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:searchHintIcon="@null"
|
||||
android:maxWidth="10000dp" />
|
Loading…
Add table
Add a link
Reference in a new issue