summaryrefslogtreecommitdiff
path: root/vdrmanager/src
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/src')
-rw-r--r--vdrmanager/src/de/bjusystems/vdrmanager/gui/GroupHolder.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/GroupHolder.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/GroupHolder.java
new file mode 100644
index 0000000..6647a3c
--- /dev/null
+++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/GroupHolder.java
@@ -0,0 +1,7 @@
+package de.bjusystems.vdrmanager.gui;
+
+import android.widget.TextView;
+
+class GroupHolder extends ChannelHolder {
+ public TextView count;
+} \ No newline at end of file