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:
authorRoman Romanov <rromanov@65gb.net>2016-09-27 11:43:17 +0300
committerRoman Romanov <rromanov@65gb.net>2016-10-06 09:07:30 +0300
commit705cabf5c3a8e4c99f56492ee935c89383d9b6cb (patch)
tree97971551775f1beeedbf3f42a4dd69536e3a318f /android/res/values
parent49787f4c93791e4ab9fc3d94a94e8808c4afa47d (diff)
[android] Change place page toolbar icon. Refactoring.
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 56c21826f4..f33c39f4b1 100644
--- a/android/res/values/styles.xml
+++ b/android/res/values/styles.xml
@@ -101,6 +101,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>