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:37:33 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:48:28 +0300
commitce9cced9dd06751ac6ce60cf08595dca23a21714 (patch)
tree47217bc995d219a97c6e3220d46f93e9cc579e1d /android/res/layout-sw720dp
parent8a4495a31c02fb1dfb8c7d555d4d5ebb3b59aa89 (diff)
Removed some old resources.
Diffstat (limited to 'android/res/layout-sw720dp')
-rw-r--r--android/res/layout-sw720dp/map_bottom_buttons.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/android/res/layout-sw720dp/map_bottom_buttons.xml b/android/res/layout-sw720dp/map_bottom_buttons.xml
deleted file mode 100644
index 2acc1be112..0000000000
--- a/android/res/layout-sw720dp/map_bottom_buttons.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?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/MwmWidget.MapButton.White"
- 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/MwmWidget.MapButton.White"
- 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/MwmWidget.MapButton.White"
- 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/MwmWidget.MapButton.White"
- 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