diff --git a/android/flavors/lite/res/layout/map_bottom_vertical_toolbar.xml b/android/flavors/lite/res/layout/map_bottom_vertical_toolbar.xml index 207723a6b4..5deb018162 100644 --- a/android/flavors/lite/res/layout/map_bottom_vertical_toolbar.xml +++ b/android/flavors/lite/res/layout/map_bottom_vertical_toolbar.xml @@ -31,6 +31,20 @@ + + + + - - - - \ No newline at end of file diff --git a/android/res/drawable/bg_search_item_green.xml b/android/res/drawable/bg_search_item_green.xml new file mode 100644 index 0000000000..90b295dd74 --- /dev/null +++ b/android/res/drawable/bg_search_item_green.xml @@ -0,0 +1,11 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/res/drawable/bg_search_item_green_selected.xml b/android/res/drawable/bg_search_item_green_selected.xml new file mode 100644 index 0000000000..5a943b31aa --- /dev/null +++ b/android/res/drawable/bg_search_item_green_selected.xml @@ -0,0 +1,11 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/res/drawable/bg_search_item_green_selector.xml b/android/res/drawable/bg_search_item_green_selector.xml new file mode 100644 index 0000000000..5307f1c6f6 --- /dev/null +++ b/android/res/drawable/bg_search_item_green_selector.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/android/res/layout/map.xml b/android/res/layout/map.xml index 29f10ea881..c681a8d3bf 100644 --- a/android/res/layout/map.xml +++ b/android/res/layout/map.xml @@ -15,7 +15,7 @@ android:id="@+id/search_box" layout="@layout/search_box" android:layout_width="match_parent" - android:layout_height="wrap_content"/> + android:layout_height="@dimen/search_box_height"/> + + + + - - - - \ No newline at end of file diff --git a/android/res/layout/search_box.xml b/android/res/layout/search_box.xml index 325c318410..ce2a89952d 100644 --- a/android/res/layout/search_box.xml +++ b/android/res/layout/search_box.xml @@ -4,7 +4,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@drawable/bg_page_preview" + android:background="@color/pp_bg_start" android:gravity="center_vertical" android:orientation="horizontal" android:padding="@dimen/margin_small"> @@ -12,9 +12,11 @@ + android:background="@drawable/bg_search_rounded" + android:gravity="center_vertical" + android:orientation="horizontal"> diff --git a/android/res/layout/search_item.xml b/android/res/layout/search_item.xml index 0edaaa7418..43d3632686 100644 --- a/android/res/layout/search_item.xml +++ b/android/res/layout/search_item.xml @@ -18,9 +18,9 @@ @@ -44,8 +44,9 @@ + android:layout_height="@dimen/search_box_height"/> + android:orientation="horizontal" + android:paddingLeft="@dimen/margin_medium" + android:paddingRight="@dimen/margin_medium"> @@ -18,12 +22,4 @@ android:textAppearance="@style/Holo.TextAppearance.Medium.Light" android:textColor="@color/text_search_item"/> - - \ No newline at end of file diff --git a/android/res/values/colors.xml b/android/res/values/colors.xml index 909447599d..f04a93b17d 100644 --- a/android/res/values/colors.xml +++ b/android/res/values/colors.xml @@ -45,14 +45,15 @@ #0F0 #00F - #15c783 #15ca82 #15d080 - #e6414451 #444651 #15d081 @android:color/white + @android:color/darker_gray + #15d080 + #99ff99 diff --git a/android/res/values/dimens.xml b/android/res/values/dimens.xml index 6ca359d85c..4ab71cf676 100644 --- a/android/res/values/dimens.xml +++ b/android/res/values/dimens.xml @@ -37,5 +37,6 @@ 4dp 7dp 46dp - @dimen/dp_x_14 + 56dp + 56dp