summaryrefslogtreecommitdiff
path: root/res/layout/miroguide_channelview.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/miroguide_channelview.xml')
-rw-r--r--res/layout/miroguide_channelview.xml63
1 files changed, 0 insertions, 63 deletions
diff --git a/res/layout/miroguide_channelview.xml b/res/layout/miroguide_channelview.xml
deleted file mode 100644
index 5391e6fc4..000000000
--- a/res/layout/miroguide_channelview.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
- <ProgressBar
- android:id="@+id/progLoading"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:indeterminateOnly="true" />
-
- <RelativeLayout
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/layout_content"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="invisible" >
-
- <TextView
- android:id="@+id/txtvTitle"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentTop="true"
- android:layout_margin="8dp"
- android:gravity="center"
- android:textSize="@dimen/text_size_medium"
- android:textStyle="bold" />
-
- <View
- android:id="@+id/title_divider"
- android:layout_width="match_parent"
- android:layout_height="0.5dp"
- android:layout_below="@id/txtvTitle"
- android:background="@color/ics_gray" />
-
- <TextView
- android:id="@+id/txtvDescription"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/title_divider"
- android:layout_margin="8dp"
- android:maxLines="8"
- android:textSize="@dimen/text_size_small" />
-
- <View
- android:id="@+id/description_divider"
- android:layout_width="match_parent"
- android:layout_height="0.5dp"
- android:layout_below="@id/txtvDescription"
- android:background="@color/ics_gray" />
-
- <ListView
- android:id="@+id/itemlist"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_alignParentBottom="true"
- android:layout_below="@id/description_divider"
- tools:listitem="@android:layout/simple_list_item_1" >
- </ListView>
- </RelativeLayout>
-
-</FrameLayout> \ No newline at end of file