view_toolbar_search: Drop background in favor of divider

Looks much better and cleaner

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-06-12 14:57:23 +05:30
parent 27c5d657ef
commit 0232c4117c
3 changed files with 18 additions and 4 deletions

View File

@@ -43,7 +43,7 @@
android:layout_centerVertical="true"
android:layout_toStartOf="@id/img_action_secondary"
android:layout_toEndOf="@id/img_action_primary"
android:background="@drawable/bg_search"
android:background="@null"
android:hint="@string/search_hint"
android:imeOptions="flagNoExtractUi|actionSearch"
android:inputType="text"