Skip to content

Commit f9eb320

Browse files
albendzneslihanturan
authored andcommitted
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
1 parent 14ea6c0 commit f9eb320

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/src/main/res/layout/filter_search_view_layout.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
android:layout_height="wrap_content"
33
android:id="@+id/search_view_layout"
44
android:paddingVertical="15dp"
5+
xmlns:app="http://schemas.android.com/apk/res-auto"
56
xmlns:android="http://schemas.android.com/apk/res/android">
67

78
<TextView
@@ -18,7 +19,7 @@
1819
android:layout_height="match_parent"
1920
android:tint="@color/white"
2021
android:queryHint="@string/nearby_search_hint"
21-
android:searchIcon="@drawable/ic_search_white_24dp">
22-
</SearchView>
22+
android:searchIcon="@drawable/ic_search_white_24dp"
23+
app:theme="@style/WhiteSearchBarTheme"/>
2324

2425
</LinearLayout>

0 commit comments

Comments
 (0)