aboutsummaryrefslogtreecommitdiff
path: root/res/layout/select_podcasts.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-11-08 19:10:40 -0800
committerScott Jackson <daneren2005@gmail.com>2013-11-08 19:10:40 -0800
commitb7a29c6058b9e0f1ddb493f55e933062b913484e (patch)
tree7e0992e615c6d56b9a4d44e46ab8c9ec3707dbfe /res/layout/select_podcasts.xml
parent423b719ad2fde340ed013abfbca57f29d0b78f81 (diff)
downloaddsub-b7a29c6058b9e0f1ddb493f55e933062b913484e.tar.gz
dsub-b7a29c6058b9e0f1ddb493f55e933062b913484e.tar.bz2
dsub-b7a29c6058b9e0f1ddb493f55e933062b913484e.zip
Removed some duplicate layouts
Diffstat (limited to 'res/layout/select_podcasts.xml')
-rw-r--r--res/layout/select_podcasts.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/res/layout/select_podcasts.xml b/res/layout/select_podcasts.xml
deleted file mode 100644
index ea4fb07c..00000000
--- a/res/layout/select_podcasts.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/select_podcasts_layout"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
-
- <View
- android:layout_width="fill_parent"
- android:layout_height="1px"
- android:background="@color/dividerColor"/>
-
- <include layout="@layout/tab_progress" />
-
- <TextView
- android:id="@+id/select_podcasts_empty"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:padding="10dip"
- android:text="@string/select_podcasts.empty"
- android:visibility="gone" />
-
- <ListView
- android:id="@+id/select_podcasts_list"
- android:layout_width="fill_parent"
- android:layout_height="0dip"
- android:layout_weight="1.0"
- android:fastScrollEnabled="true"/>
-</LinearLayout>