summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/channel_list.xml
blob: dd6ec3185e091e63d95db5f6e16d078c669a0deb (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
 <ListView
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:id="@+id/channel_list"        
     android:layout_width="fill_parent"
     android:layout_height="fill_parent"
     android:layout_alignWithParentIfMissing="true"
     android:layout_alignParentTop="true"
     android:layout_centerHorizontal="true"
     android:cacheColorHint="?android:attr/colorBackground"/>