summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/no_connection.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2015-06-09 14:07:14 +0200
committerlado <herrlado@gmail.com>2015-06-09 14:07:14 +0200
commit23d920c759303602c2a6cde38983b2aa4dbb82c2 (patch)
treed0d83c36e0698402c783ebf62e6fe7d8ee85bed2 /vdrmanager/res/layout/no_connection.xml
parentbe5e0132d51a829326478c668e4eac78e2c9e4d8 (diff)
downloadvdr-manager-23d920c759303602c2a6cde38983b2aa4dbb82c2.tar.gz
vdr-manager-23d920c759303602c2a6cde38983b2aa4dbb82c2.tar.bz2
StudioStructur
Diffstat (limited to 'vdrmanager/res/layout/no_connection.xml')
-rw-r--r--vdrmanager/res/layout/no_connection.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/vdrmanager/res/layout/no_connection.xml b/vdrmanager/res/layout/no_connection.xml
deleted file mode 100644
index 1a6e5db..0000000
--- a/vdrmanager/res/layout/no_connection.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical"
- android:visibility="gone" >
-
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:gravity="center"
- android:orientation="horizontal" >
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/no_connection"
- android:textSize="18dip" />
-
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:src="@drawable/sad" />
-
- <Button
- android:id="@+id/retry_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/no_connection_retry"
- android:textSize="18dip" />
- </LinearLayout>
-
-</LinearLayout> \ No newline at end of file