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-17 14:48:06 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:39:37 +0300
commit80147e8d3cedd0ff73584f4fbf111905db2d773c (patch)
tree3ef1cf84c34e32a79ebd5b28f6b2b93b57b12058 /android/res/layout-sw600dp-land
parentf61233bd41c73adbced5f733da7eef1afa49ff28 (diff)
UI corrections.
Diffstat (limited to 'android/res/layout-sw600dp-land')
-rw-r--r--android/res/layout-sw600dp-land/map_bottom_toolbar.xml42
-rw-r--r--android/res/layout-sw600dp-land/place_page_details.xml2
2 files changed, 43 insertions, 1 deletions
diff --git a/android/res/layout-sw600dp-land/map_bottom_toolbar.xml b/android/res/layout-sw600dp-land/map_bottom_toolbar.xml
new file mode 100644
index 0000000000..bf5f87282e
--- /dev/null
+++ b/android/res/layout-sw600dp-land/map_bottom_toolbar.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="@dimen/bottom_panel_width"
+ android:layout_height="wrap_content"
+ android:background="@drawable/ic_toolbar_tablet_bg"
+ android:clipChildren="false"
+ android:orientation="vertical">
+
+ <ImageButton
+ android:id="@+id/btn__more"
+ style="@style/Widget.MapButtonBottom"
+ android:layout_width="@dimen/bottom_button_width"
+ android:layout_height="@dimen/bottom_panel_height"
+ android:layout_gravity="center"
+ android:src="@drawable/ic_settings"/>
+
+ <ImageButton
+ android:id="@+id/btn__bookmarks"
+ style="@style/Widget.MapButtonBottom"
+ android:layout_width="@dimen/bottom_button_width"
+ android:layout_height="@dimen/bottom_panel_height"
+ android:layout_gravity="center"
+ android:src="@drawable/ic_bookmark"/>
+
+ <ImageButton
+ android:id="@+id/btn__search"
+ style="@style/Widget.MapButtonBottom"
+ android:layout_width="@dimen/bottom_button_width"
+ android:layout_height="@dimen/bottom_panel_height"
+ android:layout_gravity="center"
+ android:src="@drawable/ic_search"/>
+
+ <ImageButton
+ android:id="@+id/btn__myposition"
+ style="@style/Widget.MapButtonBottom"
+ android:layout_width="@dimen/bottom_button_width"
+ android:layout_height="@dimen/bottom_panel_height"
+ android:layout_gravity="center"
+ android:src="@drawable/ic_my_position"/>
+
+</LinearLayout> \ No newline at end of file
diff --git a/android/res/layout-sw600dp-land/place_page_details.xml b/android/res/layout-sw600dp-land/place_page_details.xml
index 9f0560ae52..fcff6b24e7 100644
--- a/android/res/layout-sw600dp-land/place_page_details.xml
+++ b/android/res/layout-sw600dp-land/place_page_details.xml
@@ -2,7 +2,7 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@android:color/white"
+ android:background="@color/bg_top_panels"
android:orientation="vertical">
<include layout="@layout/place_page_details_common"/>