summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/group_layout.xml
blob: 4553ae3a1dfd446b7c569fc1fed816684af47ccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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:textColor="#BDBDBD"
		android:textStyle="bold"
		android:textAppearance="?android:textAppearanceMedium"
		/>
</LinearLayout>