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:
authoralexzatsepin <az@mapswithme.com>2016-10-20 13:42:26 +0300
committerGitHub <noreply@github.com>2016-10-20 13:42:26 +0300
commit1379a7f2dc925ef2cba1b06c08ea3fa0af2fd5a1 (patch)
tree5d67f94c7b0e2f5b32deaaf7b6110c33a2297286 /android/res/values
parent54af27e8e581dca78de4fa3ceeaa65af536c79ac (diff)
parent8520cbda37894ec8779a14b1db7b5b7501fe65e3 (diff)
Merge pull request #4452 from goblinr/MAPSME-18-external-place-page-states
[android] New Place Page opening and scrolling behavior
Diffstat (limited to 'android/res/values')
-rw-r--r--android/res/values/styles.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/res/values/styles.xml b/android/res/values/styles.xml
index c492b2cc27..2c734e6c29 100644
--- a/android/res/values/styles.xml
+++ b/android/res/values/styles.xml
@@ -102,6 +102,14 @@
<item name="windowActionBarOverlay">true</item>
</style>
+ <style
+ name="MwmWidget.ToolbarTheme.DownButton"
+ parent="ThemeOverlay.AppCompat.Dark.ActionBar">
+ <item name="android:gravity">center_vertical</item>
+ <item name="colorAccent">@android:color/white</item>
+ <item name="android:homeAsUpIndicator">@drawable/ic_down</item>
+ </style>
+
<style name="MwmWidget.ListView" parent="Widget.AppCompat.ListView">
<item name="android:fadingEdge">none</item>
<item name="android:divider">@color/divider</item>