Issue 3236: Change nearby search text to white (#3331)

* Clear parent from customView if parent is not null

* Apply white search bar theme to nearby search

* Undo changes from bad merge

* Fix up tag formatting
This commit is contained in:
Alicia 2020-01-22 05:25:47 -05:00 committed by neslihanturan
parent 14ea6c0cba
commit f9eb320a5d

View file

@ -2,6 +2,7 @@
android:layout_height="wrap_content"
android:id="@+id/search_view_layout"
android:paddingVertical="15dp"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView
@ -18,7 +19,7 @@
android:layout_height="match_parent"
android:tint="@color/white"
android:queryHint="@string/nearby_search_hint"
android:searchIcon="@drawable/ic_search_white_24dp">
</SearchView>
android:searchIcon="@drawable/ic_search_white_24dp"
app:theme="@style/WhiteSearchBarTheme"/>
</LinearLayout>