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-09-11 21:51:48 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:26:43 +0300
commit0624760c3771b9ef5df392fc0954e2451e4f5291 (patch)
treeae7594636d5560fed1ef6fab526448774da151c3 /android/res/layout-land
parente12ac09361c268c2565977ceefd3d747112f8bfe (diff)
Removed unused resources
Diffstat (limited to 'android/res/layout-land')
-rw-r--r--android/res/layout-land/activity_map_object.xml26
-rw-r--r--android/res/layout-land/fragment_simple_navigation.xml32
2 files changed, 0 insertions, 58 deletions
diff --git a/android/res/layout-land/activity_map_object.xml b/android/res/layout-land/activity_map_object.xml
deleted file mode 100644
index 66d6a06f71..0000000000
--- a/android/res/layout-land/activity_map_object.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:baselineAligned="false"
- android:orientation="horizontal"
- tools:context=".MapObjectActivity" >
-
- <fragment
- android:id="@+id/simpleNavigationFragment"
- android:name="com.mapswithme.maps.SimpleNavigationFragment"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="2"
- tools:layout="@layout/fragment_simple_navigation" />
-
- <fragment
- android:id="@+id/mapObjFragment"
- android:name="com.mapswithme.maps.MapObjectFragment"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="3"
- android:layout_marginTop="@dimen/dp_x_8"
- tools:layout="@layout/fragment_map_object" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/android/res/layout-land/fragment_simple_navigation.xml b/android/res/layout-land/fragment_simple_navigation.xml
deleted file mode 100644
index 3456111b53..0000000000
--- a/android/res/layout-land/fragment_simple_navigation.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/root"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/edit_bmk_background" >
-
- <TextView
- android:id="@+id/distance"
- style="@style/tagGreenText.Large"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentTop="true"
- android:gravity="center" />
-
- <com.mapswithme.maps.ArrowImage
- android:id="@+id/arrow"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_above="@+id/coords"
- android:layout_centerInParent="true"
- android:layout_margin="@dimen/dp_x_14" />
-
- <TextView
- android:id="@+id/coords"
- style="@style/tagGreenText.Mid"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:gravity="center" />
-
-</RelativeLayout> \ No newline at end of file