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:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-01-12 20:50:13 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:02 +0300
commite8fa1508f5b7837c572696a2b3a4d333ef3e4557 (patch)
tree12df4279829223ac7390c377292bf53452ff1644 /android/res/values
parent959a79d98b87e0103c1f5bd5fb54b0e3a21c9dc3 (diff)
Backgrounds for toolbar.
Diffstat (limited to 'android/res/values')
-rw-r--r--android/res/values/dimens.xml2
-rw-r--r--android/res/values/styles.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/android/res/values/dimens.xml b/android/res/values/dimens.xml
index 3e07b347bd..fdfebdd642 100644
--- a/android/res/values/dimens.xml
+++ b/android/res/values/dimens.xml
@@ -57,7 +57,7 @@
<dimen name="ppp_button_size_small">42dp</dimen>
<dimen name="bottom_panel_height">46dp</dimen>
- <dimen name="bottom_button_width">90dp</dimen>
+ <dimen name="bottom_button_width">113dp</dimen>
<dimen name="bottom_item_height">46dp</dimen>
<item name="alpha_edit_button" format="float" type="dimen">0.75</item>
diff --git a/android/res/values/styles.xml b/android/res/values/styles.xml
index 0775adbc43..875d37f11f 100644
--- a/android/res/values/styles.xml
+++ b/android/res/values/styles.xml
@@ -62,7 +62,7 @@
</style>
<style name="Widget.MapButtonBottom" parent="android:Widget.ImageButton">
- <item name="android:background">@android:color/transparent</item>
+ <item name="android:background">@drawable/bg_toolbar_button</item>
</style>
<style name="InfoItem" parent="TextAppearance.AppCompat.Large">