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.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/vdrmanager/res/layout/folder_item.xml b/vdrmanager/res/layout/folder_item.xml
index fa2f8ab..432fa13 100644
--- a/vdrmanager/res/layout/folder_item.xml
+++ b/vdrmanager/res/layout/folder_item.xml
@@ -16,7 +16,17 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="5dip"
+ android:layout_weight="1"
android:layout_gravity="center_vertical"
android:text="House of Cards" />
+
+ <TextView
+ android:id="@+id/count"
+ android:textAppearance="?android:textAppearanceMedium"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:text="3" />
+
</LinearLayout> \ No newline at end of file