summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/timer_list.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2013-08-10 11:42:39 +0400
committerlado <herrlado@gmail.com>2013-08-10 12:06:31 +0400
commitb8c9e3c30511bb497b31d197d15cf49519854661 (patch)
treefb308a6735d8a952c0d6e3fa327f8ff17c191e0a /vdrmanager/res/layout/timer_list.xml
parentc4ba2bc1e9e9e074d741915018eb8dac06d92822 (diff)
downloadvdr-manager-b8c9e3c30511bb497b31d197d15cf49519854661.tar.gz
vdr-manager-b8c9e3c30511bb497b31d197d15cf49519854661.tar.bz2
lint issues
Diffstat (limited to 'vdrmanager/res/layout/timer_list.xml')
-rw-r--r--vdrmanager/res/layout/timer_list.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vdrmanager/res/layout/timer_list.xml b/vdrmanager/res/layout/timer_list.xml
index 5e01c4a..ccb4be1 100644
--- a/vdrmanager/res/layout/timer_list.xml
+++ b/vdrmanager/res/layout/timer_list.xml
@@ -6,14 +6,14 @@
android:orientation="vertical" >
<LinearLayout android:layout_height="fill_parent"
android:layout_width="fill_parent" android:id="@+id/main_content">
- <ListView xmlns:android="http://schemas.android.com/apk/res/android"
+ <ListView
android:id="@+id/timer_list" android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_alignWithParentIfMissing="true"
android:layout_alignParentTop="true" android:layout_centerHorizontal="true"
android:cacheColorHint="?android:attr/colorBackground" />
</LinearLayout>
-
+
<LinearLayout android:orientation="vertical"
android:id="@+id/no_connection_layout" android:layout_width="fill_parent"
android:layout_height="fill_parent">