diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-11-08 19:10:40 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-11-08 19:10:40 -0800 |
commit | b7a29c6058b9e0f1ddb493f55e933062b913484e (patch) | |
tree | 7e0992e615c6d56b9a4d44e46ab8c9ec3707dbfe /res/layout/playlist_list_item.xml | |
parent | 423b719ad2fde340ed013abfbca57f29d0b78f81 (diff) | |
download | dsub-b7a29c6058b9e0f1ddb493f55e933062b913484e.tar.gz dsub-b7a29c6058b9e0f1ddb493f55e933062b913484e.tar.bz2 dsub-b7a29c6058b9e0f1ddb493f55e933062b913484e.zip |
Removed some duplicate layouts
Diffstat (limited to 'res/layout/playlist_list_item.xml')
-rw-r--r-- | res/layout/playlist_list_item.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/res/layout/playlist_list_item.xml b/res/layout/playlist_list_item.xml deleted file mode 100644 index 80c350f6..00000000 --- a/res/layout/playlist_list_item.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:orientation="horizontal" - android:layout_width="fill_parent" - android:layout_height="wrap_content"> - - <TextView - android:id="@+id/playlist_name" - android:layout_width="0dip" - android:layout_height="wrap_content" - android:layout_weight="1" - android:textAppearance="?android:attr/textAppearanceMedium" - android:gravity="left|center_vertical" - android:paddingLeft="6dip" - android:paddingRight="6dip" - android:minHeight="50dip"/> - - <ImageView - android:id="@+id/playlist_more" - android:src="?attr/download_none" - android:layout_width="wrap_content" - android:layout_height="fill_parent" - android:layout_gravity="right|center_vertical" - android:paddingRight="6dip" - android:background="@drawable/menubar_button"/> -</LinearLayout>
\ No newline at end of file |