diff --git a/app/src/main/res/layout/filter_chip_view.xml b/app/src/main/res/layout/filter_chip_view.xml index 89df898f5..6b0e3d5bf 100644 --- a/app/src/main/res/layout/filter_chip_view.xml +++ b/app/src/main/res/layout/filter_chip_view.xml @@ -4,13 +4,14 @@ android:orientation="horizontal" android:layout_gravity="center_vertical" xmlns:android="http://schemas.android.com/apk/res/android"> - + + android:text="@string/place_state" + android:textColor="@color/white"/> + android:text="@string/place_type" + android:textColor="@color/white"/> + android:tint="@color/white" + android:queryHint="@string/nearby_search_hint" + android:searchIcon="@drawable/ic_search_white_24dp"> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_nearby_parent.xml b/app/src/main/res/layout/fragment_nearby_parent.xml index 50f1eb2d8..03d79907c 100644 --- a/app/src/main/res/layout/fragment_nearby_parent.xml +++ b/app/src/main/res/layout/fragment_nearby_parent.xml @@ -11,18 +11,15 @@ android:background="@color/status_bar_blue" android:id="@+id/map_layout"> - + - - - - - + - diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c3d820c38..9c0b3f59f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -584,4 +584,6 @@ Upload your first media by tapping on the add button. Place state: Exists: Needs photo: + Place type: + Bridge, museum, hotel etc.