From d9200161d6d6a005a53714fde893b1eec3aa25fc Mon Sep 17 00:00:00 2001 From: lado Date: Sun, 27 Oct 2013 10:37:49 +0100 Subject: Progressbar drive --- vdrmanager/res/layout/recording_list.xml | 43 +++++++++++++++------- .../vdrmanager/gui/RecordingListActivity.java | 5 +++ 2 files changed, 34 insertions(+), 14 deletions(-) diff --git a/vdrmanager/res/layout/recording_list.xml b/vdrmanager/res/layout/recording_list.xml index fd56e00..865e403 100644 --- a/vdrmanager/res/layout/recording_list.xml +++ b/vdrmanager/res/layout/recording_list.xml @@ -48,25 +48,39 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" + android:layout_alignWithParentIfMissing="true" android:layout_marginTop="4dp" android:background="@drawable/back" - android:layout_alignWithParentIfMissing="true" - android:orientation="horizontal" + android:orientation="vertical" android:padding="2dp" > - + - + + + + + + android:layout_height="1dip" + android:indeterminate="false" + android:progress="40" /> @@ -86,7 +100,8 @@ + android:contentDescription="@string/sad_img" + android:src="@drawable/sad" />