summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/channel_list.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-11-01 16:07:12 +0100
committerlado <herrlado@gmail.com>2011-11-01 16:07:12 +0100
commit22805607a538bd4df422242e2725c1c02807dd8a (patch)
tree545813c47685273e7f0368a06e03d96c0c9e07a7 /vdrmanager/res/layout/channel_list.xml
parent70185fdadd3573dcd30b5daf9d7895a6e25bf536 (diff)
downloadvdr-manager-22805607a538bd4df422242e2725c1c02807dd8a.tar.gz
vdr-manager-22805607a538bd4df422242e2725c1c02807dd8a.tar.bz2
big refactoring
Diffstat (limited to 'vdrmanager/res/layout/channel_list.xml')
-rw-r--r--vdrmanager/res/layout/channel_list.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/vdrmanager/res/layout/channel_list.xml b/vdrmanager/res/layout/channel_list.xml
index 0a089d2..a632b48 100644
--- a/vdrmanager/res/layout/channel_list.xml
+++ b/vdrmanager/res/layout/channel_list.xml
@@ -1,4 +1,4 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<ViewFlipper xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/flipper"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:orientation="vertical">
@@ -19,7 +19,7 @@
</LinearLayout>
<LinearLayout android:orientation="vertical"
android:id="@+id/no_connection_layout" android:layout_width="fill_parent"
- android:layout_height="fill_parent" android:visibility="gone">
+ android:layout_height="fill_parent">
<LinearLayout android:layout_height="fill_parent"
android:gravity="center" android:layout_width="fill_parent"
android:orientation="horizontal">
@@ -34,5 +34,4 @@
</LinearLayout>
</LinearLayout>
-
-</LinearLayout>
+</ViewFlipper>