summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/default_feeditemlist_item.xml48
-rw-r--r--res/layout/downloadlist_item.xml2
-rw-r--r--res/layout/episodes_fragment.xml12
-rw-r--r--res/layout/feeditemlist.xml21
-rw-r--r--res/layout/feeditemlist_activity.xml20
-rw-r--r--res/layout/feeditemview.xml44
-rw-r--r--res/layout/feedlist.xml19
-rw-r--r--res/layout/gpodnet_main.xml19
-rw-r--r--res/layout/gpodnet_search.xml12
-rw-r--r--res/layout/gpodnet_tag_activity.xml12
-rw-r--r--res/layout/loading_footer.xml24
-rw-r--r--res/layout/miroguide_category.xml19
-rw-r--r--res/layout/miroguide_categorylist.xml20
-rw-r--r--res/layout/miroguide_channellist_item.xml15
-rw-r--r--res/layout/miroguide_channelview.xml63
-rw-r--r--res/layout/miroguide_itemlist_item.xml25
-rw-r--r--res/layout/miroguidesearch.xml13
-rw-r--r--res/layout/new_episodes_listdivider.xml16
-rw-r--r--res/layout/organize_queue.xml45
-rw-r--r--res/layout/organize_queue_listitem.xml57
-rw-r--r--res/layout/playbackhistory_activity.xml8
-rw-r--r--res/layout/searchlist.xml20
-rw-r--r--res/layout/searchlist_item.xml1
23 files changed, 1 insertions, 534 deletions
diff --git a/res/layout/default_feeditemlist_item.xml b/res/layout/default_feeditemlist_item.xml
deleted file mode 100644
index fdfcca217..000000000
--- a/res/layout/default_feeditemlist_item.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="0dip"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:paddingLeft="4dp" >
-
- <TextView
- android:id="@+id/txtvItemname"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="4dp"
- android:layout_marginRight="4dp"
- android:layout_marginTop="4dp"
- android:ellipsize="end"
- android:maxLines="2"
- android:textColor="?android:attr/textColorPrimary"
- android:textSize="@dimen/text_size_medium" />
-
- <TextView
- android:id="@+id/txtvPublished"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/txtvItemname"
- android:layout_marginBottom="4dp"
- android:textColor="?android:attr/textColorTertiary"
- android:textSize="@dimen/text_size_micro" />
-
- <ImageView
- android:id="@+id/imgvType"
- android:layout_width="@dimen/enc_icons_size"
- android:layout_height="@dimen/enc_icons_size"
- android:layout_below="@id/txtvPublished"
- android:padding="2dp"
- tools:ignore="ContentDescription"/>
-
- <TextView
- android:id="@+id/txtvLenSize"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_below="@id/txtvPublished"
- android:maxLines="2"
- android:textColor="?android:attr/textColorTertiary"
- android:textSize="@dimen/text_size_micro" />
-
-</RelativeLayout> \ No newline at end of file
diff --git a/res/layout/downloadlist_item.xml b/res/layout/downloadlist_item.xml
index 44af1ade0..49e0ea471 100644
--- a/res/layout/downloadlist_item.xml
+++ b/res/layout/downloadlist_item.xml
@@ -4,7 +4,7 @@
android:layout_height="match_parent"
android:orientation="horizontal">
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ <LinearLayout
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="match_parent"
diff --git a/res/layout/episodes_fragment.xml b/res/layout/episodes_fragment.xml
deleted file mode 100644
index 5536a5545..000000000
--- a/res/layout/episodes_fragment.xml
+++ /dev/null
@@ -1,12 +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" >
-
- <ExpandableListView
- android:id="@android:id/list"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
- </ExpandableListView>
-
-</LinearLayout> \ No newline at end of file
diff --git a/res/layout/feeditemlist.xml b/res/layout/feeditemlist.xml
deleted file mode 100644
index 932cfb051..000000000
--- a/res/layout/feeditemlist.xml
+++ /dev/null
@@ -1,21 +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"
- android:orientation="vertical" >
-
- <ListView
- android:id="@id/android:list"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"
- android:drawSelectorOnTop="false" />
-
- <TextView
- android:id="@id/android:empty"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:gravity="center"/>
-
-</LinearLayout> \ No newline at end of file
diff --git a/res/layout/feeditemlist_activity.xml b/res/layout/feeditemlist_activity.xml
deleted file mode 100644
index 6fae4fb16..000000000
--- a/res/layout/feeditemlist_activity.xml
+++ /dev/null
@@ -1,20 +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"
- android:orientation="vertical" >
-
- <FrameLayout
- android:id="@+id/feeditemlistFragment"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1" >
- </FrameLayout>
-
- <FrameLayout
- android:id="@+id/playerFragment"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- </FrameLayout>
-
-</LinearLayout> \ No newline at end of file
diff --git a/res/layout/feeditemview.xml b/res/layout/feeditemview.xml
deleted file mode 100644
index a7723613f..000000000
--- a/res/layout/feeditemview.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:background="?attr/non_transparent_background" >
-
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
-
- <TextView
- android:id="@+id/txtvItemname"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_margin="8dp"
- android:textSize="@dimen/text_size_medium" />
-
- <TextView
- android:id="@+id/txtvPublished"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="8dp"
- android:layout_marginLeft="8dp"
- android:layout_marginRight="8dp"
- android:textColor="?android:attr/textColorSecondary"
- android:textStyle="italic" />
-
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:layout_marginBottom="8dp"
- android:layout_marginLeft="8dp"
- android:layout_marginRight="8dp"
- android:background="@color/ics_gray" />
-
- <FrameLayout
- android:id="@+id/description_fragment"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- </FrameLayout>
- </LinearLayout>
-
-</ScrollView> \ No newline at end of file
diff --git a/res/layout/feedlist.xml b/res/layout/feedlist.xml
deleted file mode 100644
index 0557d8aea..000000000
--- a/res/layout/feedlist.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
-
- <ListView
- android:id="@id/android:list"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1" />
-
- <TextView
- android:id="@id/android:empty"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:gravity="center"
- android:layout_gravity="center"/>
-</LinearLayout> \ No newline at end of file
diff --git a/res/layout/gpodnet_main.xml b/res/layout/gpodnet_main.xml
deleted file mode 100644
index 1017a6a65..000000000
--- a/res/layout/gpodnet_main.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/main_view"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
-
- <android.support.v4.view.ViewPager
- android:id="@+id/viewpager"
- android:layout_width="match_parent"
- android:layout_height="0px"
- android:layout_weight="1">
- <android.support.v4.view.PagerTabStrip
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="top" />
- </android.support.v4.view.ViewPager>
-
-</LinearLayout>
diff --git a/res/layout/gpodnet_search.xml b/res/layout/gpodnet_search.xml
deleted file mode 100644
index deb9cffd6..000000000
--- a/res/layout/gpodnet_search.xml
+++ /dev/null
@@ -1,12 +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"
- android:orientation="vertical" >
-
- <FrameLayout
- android:id="@+id/searchListFragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/res/layout/gpodnet_tag_activity.xml b/res/layout/gpodnet_tag_activity.xml
deleted file mode 100644
index 01feb216f..000000000
--- a/res/layout/gpodnet_tag_activity.xml
+++ /dev/null
@@ -1,12 +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"
- android:orientation="vertical" >
-
- <FrameLayout
- android:id="@+id/taglistFragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/res/layout/loading_footer.xml b/res/layout/loading_footer.xml
deleted file mode 100644
index ac8d7d177..000000000
--- a/res/layout/loading_footer.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
- <TextView
- android:id="@+id/txtvLoading"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerInParent="true"
- android:layout_gravity="center"
- android:layout_margin="8dp"
- android:text="@string/loading_label" />
-
- <ProgressBar
- android:id="@+id/progressBar1"
- style="?android:attr/progressBarStyleSmall"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_margin="8dp"
- android:layout_toLeftOf="@+id/txtvLoading" />
-
-</RelativeLayout> \ No newline at end of file
diff --git a/res/layout/miroguide_category.xml b/res/layout/miroguide_category.xml
deleted file mode 100644
index b6f9f9418..000000000
--- a/res/layout/miroguide_category.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/main_view"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
-
- <android.support.v4.view.ViewPager
- android:id="@+id/viewpager"
- android:layout_width="match_parent"
- android:layout_height="0px"
- android:layout_weight="1">
- <android.support.v4.view.PagerTabStrip
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="top" />
- </android.support.v4.view.ViewPager>
-
-</LinearLayout>
diff --git a/res/layout/miroguide_categorylist.xml b/res/layout/miroguide_categorylist.xml
deleted file mode 100644
index 71d5e828d..000000000
--- a/res/layout/miroguide_categorylist.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
-
- <ListView
- android:id="@id/android:list"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1" />
-
- <TextView
- android:id="@id/android:empty"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:gravity="center" />
-
-</LinearLayout> \ No newline at end of file
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
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
diff --git a/res/layout/miroguide_itemlist_item.xml b/res/layout/miroguide_itemlist_item.xml
deleted file mode 100644
index 4fe863f00..000000000
--- a/res/layout/miroguide_itemlist_item.xml
+++ /dev/null
@@ -1,25 +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"
- android:orientation="vertical" >
-
- <TextView
- android:id="@+id/txtvTitle"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_margin="8dp"
- android:gravity="center_vertical"
- android:maxLines="2"
- android:textSize="@dimen/text_size_medium" />
-
- <TextView
- android:id="@+id/txtvDate"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="8dp"
- android:layout_marginRight="8dp"
- android:layout_marginBottom="8dp"
- android:textColor="?android:attr/textColorSecondary" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/res/layout/miroguidesearch.xml b/res/layout/miroguidesearch.xml
deleted file mode 100644
index 9a7947f9b..000000000
--- a/res/layout/miroguidesearch.xml
+++ /dev/null
@@ -1,13 +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"
- android:orientation="vertical" >
-
- <FrameLayout
- android:id="@+id/channellistFragment"
- android:name=".fragment.MiroChannellistFragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/res/layout/new_episodes_listdivider.xml b/res/layout/new_episodes_listdivider.xml
deleted file mode 100644
index 6b4f55d61..000000000
--- a/res/layout/new_episodes_listdivider.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <TextView
- android:padding="12dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textAllCaps="true"
- style="@style/AntennaPod.TextView.Heading"
- android:text="@string/recently_published_episodes_label"/>
-
-</LinearLayout> \ No newline at end of file
diff --git a/res/layout/organize_queue.xml b/res/layout/organize_queue.xml
deleted file mode 100644
index 5c08417b9..000000000
--- a/res/layout/organize_queue.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:dslv="http://schemas.android.com/apk/res-auto"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" >
-
- <com.mobeta.android.dslv.DragSortListView
- android:id="@android:id/list"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- dslv:collapsed_height="2dp"
- dslv:drag_enabled="true"
- dslv:drag_handle_id="@id/drag_handle"
- dslv:drag_scroll_start="0.33"
- dslv:drag_start_mode="onDown"
- dslv:float_alpha="0.6"
- dslv:max_drag_scroll_speed="0.5"
- dslv:remove_enabled="true"
- dslv:remove_mode="flingRemove"
- dslv:slide_shuffle_speed="0.3"
- dslv:sort_enabled="true"
- dslv:track_drag_sort="false"
- dslv:float_background_color="?attr/dragview_float_background"
- dslv:use_default_controller="true" />
-
- <TextView
- android:id="@id/android:empty"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:gravity="center"
- android:text="@string/no_items_label" />
-
- <ProgressBar
- android:id="@+id/progLoading"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:indeterminateOnly="true" />
-
- <LinearLayout android:id="@+id/undobar" style="@style/UndoBar">
- <TextView android:id="@+id/undobar_message" style="@style/UndoBarMessage" />
- <Button android:id="@+id/undobar_button" style="@style/UndoBarButton" />
- </LinearLayout>
-
-</FrameLayout>
diff --git a/res/layout/organize_queue_listitem.xml b/res/layout/organize_queue_listitem.xml
deleted file mode 100644
index ded2a900b..000000000
--- a/res/layout/organize_queue_listitem.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
- <ImageView
- android:id="@+id/imgvFeedimage"
- android:contentDescription="@string/cover_label"
- android:layout_width="@dimen/thumbnail_length_itemlist"
- android:layout_height="@dimen/thumbnail_length_itemlist"
- android:layout_alignParentLeft="true"
- android:scaleType="centerCrop" />
-
- <View
- android:id="@id/drag_handle"
- android:layout_width="@dimen/dragview_length"
- android:layout_height="@dimen/dragview_length"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginBottom="8dp"
- android:layout_marginLeft="4dp"
- android:layout_marginRight="8dp"
- android:layout_marginTop="8dp"
- android:background="?attr/dragview_background"
- android:clickable="false"
- android:focusable="false"
- android:focusableInTouchMode="false" />
-
- <TextView
- android:id="@+id/txtvTitle"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_alignParentTop="true"
- android:layout_marginLeft="8dp"
- android:layout_marginTop="8dp"
- android:layout_toLeftOf="@id/drag_handle"
- android:layout_toRightOf="@id/imgvFeedimage"
- android:ellipsize="end"
- android:lines="2"
- android:textColor="?android:attr/textColorPrimary"
- android:textSize="@dimen/text_size_small" />
-
- <TextView
- android:id="@+id/txtvFeedname"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_below="@id/txtvTitle"
- android:layout_marginLeft="8dp"
- android:layout_marginRight="8dp"
- android:layout_toLeftOf="@id/drag_handle"
- android:layout_toRightOf="@id/imgvFeedimage"
- android:ellipsize="end"
- android:maxLines="1"
- android:textColor="?android:attr/textColorSecondary"
- android:textSize="@dimen/text_size_micro" />
-
-</RelativeLayout> \ No newline at end of file
diff --git a/res/layout/playbackhistory_activity.xml b/res/layout/playbackhistory_activity.xml
deleted file mode 100644
index eefa914ea..000000000
--- a/res/layout/playbackhistory_activity.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/playbackhistory_fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
-
-</FrameLayout> \ No newline at end of file
diff --git a/res/layout/searchlist.xml b/res/layout/searchlist.xml
deleted file mode 100644
index 71d5e828d..000000000
--- a/res/layout/searchlist.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
-
- <ListView
- android:id="@id/android:list"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1" />
-
- <TextView
- android:id="@id/android:empty"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:gravity="center" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/res/layout/searchlist_item.xml b/res/layout/searchlist_item.xml
index c83f34482..b057a966d 100644
--- a/res/layout/searchlist_item.xml
+++ b/res/layout/searchlist_item.xml
@@ -13,7 +13,6 @@
android:scaleType="centerCrop"/>
<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_centerVertical="true"