Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorАлександр Зацепин <az@mapswithme.com>2018-02-01 15:27:47 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2018-02-02 10:12:28 +0300
commit67225470e52849a34183d33980e935b1845adae4 (patch)
tree4ff541e10e1a19cc2200b61583a1af7b3b491441 /android/res
parent064097a45b12088ee7af97a140ca7cefdb6d9c4f (diff)
[android] Added colorizing of available hotels in the search list
Diffstat (limited to 'android/res')
-rw-r--r--android/res/layout/item_search_result.xml1
-rw-r--r--android/res/values/colors.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/android/res/layout/item_search_result.xml b/android/res/layout/item_search_result.xml
index 6c28a0c548..562b41543f 100644
--- a/android/res/layout/item_search_result.xml
+++ b/android/res/layout/item_search_result.xml
@@ -48,6 +48,7 @@
android:layout_marginTop="@dimen/margin_quarter"
android:textAppearance="@style/MwmTextAppearance.Body3"
android:maxLines="2"
+ android:ellipsize="end"
tools:text="Hotel \u2022 \u2605\u2605\u2605\u2605\u2605"/>
<TextView
diff --git a/android/res/values/colors.xml b/android/res/values/colors.xml
index 6e550c4dad..8029048df4 100644
--- a/android/res/values/colors.xml
+++ b/android/res/values/colors.xml
@@ -84,6 +84,8 @@
<color name="bg_placepage_rating_negative">#FFCDD2</color>
<color name="bg_placepage_rating_negative_night">#1EFFEBF0</color>
+ <color name="bg_search_available_hotel">#1A43A047</color>
+
<!-- Buttons -->
<color name="button">@color/button_normal</color>
<color name="button_night">@color/button_normal_night</color>