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:
Diffstat (limited to 'android/res/layout/download_resources.xml')
-rw-r--r--android/res/layout/download_resources.xml76
1 files changed, 0 insertions, 76 deletions
diff --git a/android/res/layout/download_resources.xml b/android/res/layout/download_resources.xml
deleted file mode 100644
index dede5e878f..0000000000
--- a/android/res/layout/download_resources.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:layout_weight="1" >
-
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:orientation="vertical" >
-
- <!--
- <ImageView
- android:id="@+id/download_resources_logo"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginTop="20dip"
- android:src="@drawable/ic_launcher" />
- -->
-
- <TextView
- android:id="@+id/download_resources_message"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginTop="20dip"
- android:drawableLeft="@drawable/ic_launcher"
- android:drawablePadding="10dp"
- android:gravity="center"
- android:padding="10dp"
- android:text="@string/download_resources"
- android:textSize="16sp" />
-
- <ProgressBar
- android:id="@+id/download_resources_progress"
- style="@style/Widget.AppCompat.ProgressBar.Horizontal"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginTop="20dip"
- android:indeterminate="false"
- android:minWidth="200dip" />
-
- <Button
- android:id="@+id/download_resources_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginTop="20dip"
- android:gravity="center"
- android:textSize="12sp"
- android:width="120dip" />
-
- <TextView
- android:id="@+id/download_resources_location_message"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginTop="20dip"
- android:gravity="center"
- android:text="@string/getting_position"
- android:textSize="16sp"
- android:visibility="gone" />
-
- <CheckBox
- android:id="@+id/download_country_checkbox"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="20dip"
- android:text="@string/download_country_ask"
- android:visibility="gone" />
- </LinearLayout>
-
-</ScrollView> \ No newline at end of file