summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/group_layout.xml
blob: 825a8e4f8bb7deed4d93e9488659f0cf9e28cc4d (plain)
1
2
3
4
5
6
7
8
9
10
<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="Groups" android:gravity="center_vertical|left"
		android:paddingLeft="35dip" android:paddingRight="5dip"
		android:textStyle="bold"
		android:textSize="16dip"/>
</LinearLayout>