summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/epg_search_times_list.xml
blob: f2ab650f46a1b009326a3ea1dfb84a6b076332eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical">

    <ListView
        android:id="@+id/epg_search_times_list"        
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentTop="true"
        android:cacheColorHint="?android:attr/colorBackground"/>
        
    <Button
        android:id="@+id/epg_search_times_add"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_below="@id/epg_search_times_add"
        android:layout_alignParentBottom="true"
        android:layout_centerHorizontal="true"
        android:text="@string/epg_search_times_add"/>
    
     
</RelativeLayout>