summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/group_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/res/layout/group_layout.xml')
-rw-r--r--vdrmanager/res/layout/group_layout.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/vdrmanager/res/layout/group_layout.xml b/vdrmanager/res/layout/group_layout.xml
new file mode 100644
index 0000000..825a8e4
--- /dev/null
+++ b/vdrmanager/res/layout/group_layout.xml
@@ -0,0 +1,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>