summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/folder_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/res/layout/folder_item.xml')
-rw-r--r--vdrmanager/res/layout/folder_item.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/vdrmanager/res/layout/folder_item.xml b/vdrmanager/res/layout/folder_item.xml
new file mode 100644
index 0000000..fa2f8ab
--- /dev/null
+++ b/vdrmanager/res/layout/folder_item.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:orientation="horizontal"
+ android:padding="5dip"
+ android:layout_height="wrap_content" >
+
+ <ImageView
+ android:layout_width="24dp"
+ android:layout_height="24dp"
+ android:src="@drawable/folder" />
+
+ <TextView
+ android:id="@+id/header_item"
+ android:textAppearance="?android:textAppearanceMedium"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingLeft="5dip"
+ android:layout_gravity="center_vertical"
+ android:text="House of Cards" />
+
+</LinearLayout> \ No newline at end of file