summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/child_layout.xml
blob: 6819fea66a20518e45c11fd1aa4ab03ec20e2caa (plain)
1
2
3
4
5
6
7
8
9
10
11
<LinearLayout android:id="@+id/LinearLayout01"
	android:layout_width="fill_parent" android:layout_height="40dip"
	xmlns:android="http://schemas.android.com/apk/res/android">
      
  	<TextView android:id="@+id/channel_name" android:layout_width="fill_parent"
		android:layout_height="40dip" android:text="Channel" android:gravity="center_vertical|left"
		android:paddingLeft="15dip" android:paddingRight="5dip"
		android:textColor="#ffffffff"  android:background="@android:drawable/list_selector_background"
		android:textSize="17dip"/>

</LinearLayout>