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-03-10 00:06:49 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:38:36 +0300
commitaf21689c09d0e8568efb59fafd6f549f1d4c46b3 (patch)
tree90540a7bc67dc76056b77305581a0e1defad1fd0 /android/res/layout-land
parent2812445d7e448f9529402df4b4403e2bc997010e (diff)
Splitted MapFragment from MWMActivity.
Diffstat (limited to 'android/res/layout-land')
-rw-r--r--android/res/layout-land/map.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/android/res/layout-land/map.xml b/android/res/layout-land/map.xml
index 8335589205..6c4328a0db 100644
--- a/android/res/layout-land/map.xml
+++ b/android/res/layout-land/map.xml
@@ -5,12 +5,10 @@
android:layout_height="match_parent"
android:gravity="bottom">
- <android.view.SurfaceView
- android:id="@+id/map_surfaceview"
+ <FrameLayout
+ android:id="@+id/map_fragment_container"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="bottom|center_horizontal"
- android:background="@android:color/transparent"/>
+ android:layout_height="match_parent"/>
<include
android:id="@+id/toolbar_search"