diff options
author | lado <herrlado@gmail.com> | 2013-10-28 20:13:00 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2013-10-28 20:13:00 +0100 |
commit | 8b0b1116ffc3282138abccf4df72074c41831200 (patch) | |
tree | 53ef212aae6d806d4f103dc9e77bcf2b55074b7e /vdrmanager/res | |
parent | cd87c97c5847a4db1a5488db543c51c9e66365b0 (diff) | |
download | vdr-manager-8b0b1116ffc3282138abccf4df72074c41831200.tar.gz vdr-manager-8b0b1116ffc3282138abccf4df72074c41831200.tar.bz2 |
optimiye
Diffstat (limited to 'vdrmanager/res')
-rw-r--r-- | vdrmanager/res/layout/recording_list.xml | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/vdrmanager/res/layout/recording_list.xml b/vdrmanager/res/layout/recording_list.xml index 865e403..3ad9103 100644 --- a/vdrmanager/res/layout/recording_list.xml +++ b/vdrmanager/res/layout/recording_list.xml @@ -54,33 +54,21 @@ android:orientation="vertical" android:padding="2dp" > - <LinearLayout + <TextView + android:id="@+id/drive_info" android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:orientation="horizontal" > - - <ImageView - android:id="@+id/drive_image" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:contentDescription="@string/drive_img" - android:src="@drawable/ic_drive" /> - - <TextView - android:id="@+id/drive_info" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:layout_marginLeft="5dp" - android:gravity="center" /> - </LinearLayout> + android:layout_height="wrap_content" + android:drawableLeft="@drawable/ic_drive" + android:drawablePadding="5dp" + android:gravity="center" > + </TextView> <ProgressBar android:id="@+id/drive_info_pb" style="?android:attr/progressBarStyleHorizontal" android:layout_width="fill_parent" android:layout_height="1dip" - android:indeterminate="false" - android:progress="40" /> + android:indeterminate="false" /> </LinearLayout> </RelativeLayout> |