diff options
author | lado <herrlado@gmail.com> | 2013-10-25 01:24:50 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2013-10-25 01:24:50 +0200 |
commit | fa3cbc6f048a32241bf66e75b741ef0ad17db68e (patch) | |
tree | 86d91c5e19a0472ebd18c479009a778502cda1da /vdrmanager/res | |
parent | d00cc87ffa3fd2de771da54dcbf6f3fdd30dfe5f (diff) | |
download | vdr-manager-fa3cbc6f048a32241bf66e75b741ef0ad17db68e.tar.gz vdr-manager-fa3cbc6f048a32241bf66e75b741ef0ad17db68e.tar.bz2 |
hide
Diffstat (limited to 'vdrmanager/res')
-rw-r--r-- | vdrmanager/res/layout/recording_list.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vdrmanager/res/layout/recording_list.xml b/vdrmanager/res/layout/recording_list.xml index fabea16..7cf81fc 100644 --- a/vdrmanager/res/layout/recording_list.xml +++ b/vdrmanager/res/layout/recording_list.xml @@ -44,14 +44,15 @@ android:id="@+id/recording_list" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:layout_above="@+id/channel_info" + android:layout_above="@+id/driver_info_container" android:layout_alignWithParentIfMissing="true" android:layout_below="@+id/rec_folder_info" android:layout_centerHorizontal="true" android:cacheColorHint="?android:attr/colorBackground" /> <LinearLayout - android:id="@+id/channel_info" + android:visibility="gone" + android:id="@+id/driver_info_container" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" |