mirror of https://github.com/tuskyapp/Tusky.git
4 changed files with 15 additions and 2 deletions
@ -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…
Reference in new issue