Skip to content
Snippets Groups Projects
Commit 522153b8 authored by Taras's avatar Taras
Browse files

Create search bar layout

parent eb2c252a
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.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"
android:layout_marginStart="0dp"
android:maxWidth="100000dp"
app:closeIcon="@drawable/ic_close"
app:contentInsetLeft="0dp"
app:contentInsetStart="0dp"
app:queryBackground="@null"
app:contentInsetStartWithNavigation="0dp"
app:paddingStart="0dp"
app:queryHint="@string/search_people"
app:searchHintIcon="@drawable/ic_search"
app:searchIcon="@drawable/ic_search" />
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment