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>2014-12-11 21:58:42 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:35:02 +0300
commita5efabc4456ddfc91b3c3092e3c312e1287542f9 (patch)
treedb7cafb58f3075c914fb19a9f2c14c1f7233db2f /android/flavors
parent7fad2a42263d5b4810e906cfa71f9bf405e220b3 (diff)
Build fixes.
Diffstat (limited to 'android/flavors')
-rw-r--r--android/flavors/lite/res/layout/map_bottom_vertical_toolbar.xml14
1 files changed, 7 insertions, 7 deletions
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 8c68c16d42..2ff872065c 100644
--- a/android/flavors/lite/res/layout/map_bottom_vertical_toolbar.xml
+++ b/android/flavors/lite/res/layout/map_bottom_vertical_toolbar.xml
@@ -10,7 +10,7 @@
android:id="@+id/btn_buy_pro"
android:layout_width="match_parent"
android:layout_height="@dimen/bottom_panel_height"
- android:background="@drawable/bg_toolbar_button_selector"
+ android:background="?attr/clickableBackground"
android:drawableLeft="@drawable/ic_menu_buy_pro"
android:drawablePadding="@dimen/margin_small"
android:gravity="center_vertical"
@@ -19,13 +19,13 @@
android:textColor="@color/text_menu"/>
<View
- style="@style/drawerSeparatorMediumPadded"/>
+ style="@style/DrawerSeparatorMediumPadded"/>
<TextView
android:id="@+id/btn_download_maps"
android:layout_width="match_parent"
android:layout_height="@dimen/bottom_panel_height"
- android:background="@drawable/bg_toolbar_button_selector"
+ android:background="?attr/clickableBackground"
android:drawableLeft="@drawable/ic_menu_download"
android:drawablePadding="@dimen/margin_small"
android:gravity="center_vertical"
@@ -34,13 +34,13 @@
android:textColor="@color/text_menu"/>
<View
- style="@style/drawerSeparatorMediumPadded"/>
+ style="@style/DrawerSeparatorMediumPadded"/>
<TextView
android:id="@+id/btn_settings"
android:layout_width="match_parent"
android:layout_height="@dimen/bottom_panel_height"
- android:background="@drawable/bg_toolbar_button_selector"
+ android:background="?attr/clickableBackground"
android:drawableLeft="@drawable/ic_menu_settings"
android:drawablePadding="@dimen/margin_small"
android:gravity="center_vertical"
@@ -49,13 +49,13 @@
android:textColor="@color/text_menu"/>
<View
- style="@style/drawerSeparatorMediumPadded"/>
+ style="@style/DrawerSeparatorMediumPadded"/>
<TextView
android:id="@+id/btn_share"
android:layout_width="match_parent"
android:layout_height="@dimen/bottom_panel_height"
- android:background="@drawable/bg_toolbar_button_selector"
+ android:background="?attr/clickableBackground"
android:drawableLeft="@drawable/ic_menu_send_my_location"
android:drawablePadding="@dimen/margin_small"
android:gravity="center_vertical"