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:
authorAlex Zolotarev <alex@maps.me>2015-01-16 17:41:58 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:15 +0300
commit56527abd6592dbd54f645bdce822e707f6ed8297 (patch)
treed67e73e42d9519bcb46c7b86fa67b0f066fe87d1 /android/res/layout
parent72f4090f28b9fd25d9df51e47e779348017fdf67 (diff)
Removed Lite version and Promo banners for all platforms.
Diffstat (limited to 'android/res/layout')
-rw-r--r--android/res/layout/fragment_pro_routing.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/android/res/layout/fragment_pro_routing.xml b/android/res/layout/fragment_pro_routing.xml
deleted file mode 100644
index a850937e3c..0000000000
--- a/android/res/layout/fragment_pro_routing.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <WebView
- android:id="@+id/wv__banner"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/>
-
- <ImageButton
- android:id="@+id/btn__close"
- android:layout_width="22dp"
- android:layout_height="22dp"
- android:layout_alignParentRight="true"
- android:layout_margin="@dimen/margin_small"
- android:layout_marginTop="@dimen/margin_small"
- android:background="@null"
- android:src="@drawable/close"/>
-
-</RelativeLayout> \ No newline at end of file