From c7ff21795d6b619e7bdd392b341be25858619715 Mon Sep 17 00:00:00 2001 From: lado Date: Fri, 25 Oct 2013 12:19:00 +0200 Subject: fixed some layot issues --- vdrmanager/res/layout/recording_list.xml | 66 +++++++++++++------------------- 1 file changed, 27 insertions(+), 39 deletions(-) (limited to 'vdrmanager') diff --git a/vdrmanager/res/layout/recording_list.xml b/vdrmanager/res/layout/recording_list.xml index 7cf81fc..fd56e00 100644 --- a/vdrmanager/res/layout/recording_list.xml +++ b/vdrmanager/res/layout/recording_list.xml @@ -14,50 +14,43 @@ android:id="@+id/rec_folder_info" android:layout_width="fill_parent" android:layout_height="wrap_content" + android:layout_alignParentLeft="true" + android:layout_alignParentTop="true" android:orientation="horizontal" android:paddingBottom="2dp" android:paddingLeft="5dp" android:paddingRight="5dp" - android:paddingTop="2dp" - android:layout_alignParentLeft="true" - android:layout_alignParentTop="true" - > - + android:paddingTop="2dp" > - - - @@ -65,14 +58,15 @@ android:id="@+id/drive_image" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:src="@drawable/ic_drive" /> + android:src="@drawable/ic_drive" + android:contentDescription="@string/drive_img"/> + /> @@ -80,32 +74,26 @@ android:id="@+id/no_connection_layout" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:orientation="vertical" > - - + android:gravity="center" + android:orientation="horizontal" > - + - + -