summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/no_connection.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2013-02-12 22:26:52 +0100
committerlado <herrlado@gmail.com>2013-02-12 22:26:52 +0100
commit839123c1c543ea877f8c522f7b9744f47f4a2128 (patch)
treeef3bea1547786a9463130c09137e1fbe9dc4a47f /vdrmanager/res/layout/no_connection.xml
parentdb4d160174748cff45a41485136dcd3dc4d4bcec (diff)
downloadvdr-manager-839123c1c543ea877f8c522f7b9744f47f4a2128.tar.gz
vdr-manager-839123c1c543ea877f8c522f7b9744f47f4a2128.tar.bz2
some changes
Diffstat (limited to 'vdrmanager/res/layout/no_connection.xml')
-rw-r--r--vdrmanager/res/layout/no_connection.xml44
1 files changed, 32 insertions, 12 deletions
diff --git a/vdrmanager/res/layout/no_connection.xml b/vdrmanager/res/layout/no_connection.xml
index c2a62e2..1a6e5db 100644
--- a/vdrmanager/res/layout/no_connection.xml
+++ b/vdrmanager/res/layout/no_connection.xml
@@ -1,13 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout android:orientation="vertical"
- android:layout_width="fill_parent" android:layout_height="fill_parent"
- xmlns:android="http://schemas.android.com/apk/res/android" android:visibility="gone">
- <LinearLayout android:layout_height="fill_parent" android:gravity="center"
- android:layout_width="fill_parent" android:orientation="horizontal">
- <TextView android:text="@string/no_connection" android:layout_height="wrap_content" android:layout_width="wrap_content" android:textSize="18dip"/>
- <ImageView android:src="@drawable/sad" android:layout_height="wrap_content" android:layout_width="wrap_content"/>
- <Button android:text="@string/no_connection_retry" android:textSize="18dip"
- android:layout_height="wrap_content" android:layout_width="wrap_content"
- android:id="@+id/retry_button" />
- </LinearLayout>
-</LinearLayout>
+<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