aboutsummaryrefslogtreecommitdiff
path: root/res/layout/select_playlist.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_playlist.xml
parent423b719ad2fde340ed013abfbca57f29d0b78f81 (diff)
downloaddsub-b7a29c6058b9e0f1ddb493f55e933062b913484e.tar.gz
dsub-b7a29c6058b9e0f1ddb493f55e933062b913484e.tar.bz2
dsub-b7a29c6058b9e0f1ddb493f55e933062b913484e.zip
Removed some duplicate layouts
Diffstat (limited to 'res/layout/select_playlist.xml')
-rw-r--r--res/layout/select_playlist.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/res/layout/select_playlist.xml b/res/layout/select_playlist.xml
deleted file mode 100644
index e18283bd..00000000
--- a/res/layout/select_playlist.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/select_playlist_layout"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
-
- <View
- android:layout_width="fill_parent"
- android:layout_height="1px"
- android:background="@color/dividerColor"/>
-
- <include layout="@layout/tab_progress"/>
-
- <TextView
- android:id="@+id/select_playlist_empty"
- android:text="@string/select_playlist.empty"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:padding="10dip"
- android:visibility="gone"/>
-
- <ListView android:id="@+id/select_playlist_list"
- android:layout_width="fill_parent"
- android:layout_height="0dip"
- android:layout_weight="1.0"
- android:fastScrollEnabled="true"/>
-
-</LinearLayout>
-