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-05-25 09:35:30 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:48:27 +0300
commit8a4495a31c02fb1dfb8c7d555d4d5ebb3b59aa89 (patch)
tree216e5575803db624de2f1646b5fa933e0a04f995 /android/res/layout-sw600dp-land
parent3eb8ab62f0d8318eb202c6c28d3badefb416927c (diff)
New material-styled map bottom buttons.
Diffstat (limited to 'android/res/layout-sw600dp-land')
-rw-r--r--android/res/layout-sw600dp-land/activity_map.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout-sw600dp-land/activity_map.xml b/android/res/layout-sw600dp-land/activity_map.xml
index a2e411be31..5e4f5ed3a7 100644
--- a/android/res/layout-sw600dp-land/activity_map.xml
+++ b/android/res/layout-sw600dp-land/activity_map.xml
@@ -34,11 +34,11 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"/>
- <ImageView
+ <com.mapswithme.maps.widget.FadeView
android:id="@+id/fade_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:src="@android:color/black"
+ android:background="@android:color/black"
android:visibility="gone"/>
<FrameLayout