diff options
| -rw-r--r-- | vdrmanager/res/layout/event_epg_list.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/vdrmanager/res/layout/event_epg_list.xml b/vdrmanager/res/layout/event_epg_list.xml index aadb591..eb9e23b 100644 --- a/vdrmanager/res/layout/event_epg_list.xml +++ b/vdrmanager/res/layout/event_epg_list.xml @@ -15,7 +15,7 @@          android:id="@+id/whatson_list"                  android:layout_width="fill_parent"          android:layout_height="fill_parent" -        android:layout_below="@id/epg_list_time_spinner" +        android:layout_below="@id/epg_list_channel_spinner"          android:layout_alignWithParentIfMissing="true"          android:layout_alignParentTop="true"          android:layout_centerHorizontal="true" | 
