summaryrefslogtreecommitdiff
path: root/res/layout/miroguide_channellist_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/miroguide_channellist_item.xml')
-rw-r--r--res/layout/miroguide_channellist_item.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/res/layout/miroguide_channellist_item.xml b/res/layout/miroguide_channellist_item.xml
deleted file mode 100644
index 8e89cabf7..000000000
--- a/res/layout/miroguide_channellist_item.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
- <TextView
- android:id="@+id/txtvTitle"
- android:layout_width="match_parent"
- android:layout_height="32dp"
- android:gravity="center_vertical"
- android:maxLines="1"
- android:layout_margin="8dp"
- android:textStyle="bold" />
-
-</LinearLayout> \ No newline at end of file