diff options
Diffstat (limited to 'res')
32 files changed, 1 insertions, 739 deletions
diff --git a/res/drawable/dragview_background.xml b/res/drawable/dragview_background.xml deleted file mode 100644 index 32cfa88b6..000000000 --- a/res/drawable/dragview_background.xml +++ /dev/null @@ -1,54 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<layer-list xmlns:android="http://schemas.android.com/apk/res/android" > - - <item> - <shape android:shape="rectangle" > - <corners android:radius="3dp" /> - - <solid android:color="#D2D2D2" /> - </shape> - </item> - <item android:top="10dp"> - <shape android:shape="rectangle" > - <corners android:radius="3dp" /> - - <solid android:color="#ECECEC" /> - </shape> - </item> - <item android:top="20dp"> - <shape android:shape="rectangle" > - <corners android:radius="3dp" /> - - <solid android:color="#D2D2D2" /> - </shape> - </item> - <item android:top="30dp"> - <shape android:shape="rectangle" > - <corners android:radius="3dp" /> - - <solid android:color="#ECECEC" /> - </shape> - </item> - <item android:top="40dp"> - <shape android:shape="rectangle" > - <corners android:radius="3dp" /> - - <solid android:color="#D2D2D2" /> - </shape> - </item> - <item android:top="50dp"> - <shape android:shape="rectangle" > - <corners android:radius="3dp" /> - - <solid android:color="#ECECEC" /> - </shape> - </item> - <item android:top="60dp"> - <shape android:shape="rectangle" > - <corners android:radius="3dp" /> - - <solid android:color="#D2D2D2" /> - </shape> - </item> - -</layer-list>
\ No newline at end of file diff --git a/res/drawable/dragview_background_dark.xml b/res/drawable/dragview_background_dark.xml deleted file mode 100644 index 577077d9a..000000000 --- a/res/drawable/dragview_background_dark.xml +++ /dev/null @@ -1,54 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<layer-list xmlns:android="http://schemas.android.com/apk/res/android" > - - <item> - <shape android:shape="rectangle" > - <corners android:radius="3dp" /> - - <solid android:color="#BEBEBE" /> - </shape> - </item> - <item android:top="10dp"> - <shape android:shape="rectangle" > - <corners android:radius="3dp" /> - - <solid android:color="#242A30" /> - </shape> - </item> - <item android:top="20dp"> - <shape android:shape="rectangle" > - <corners android:radius="3dp" /> - - <solid android:color="#BEBEBE" /> - </shape> - </item> - <item android:top="30dp"> - <shape android:shape="rectangle" > - <corners android:radius="3dp" /> - - <solid android:color="#242A30" /> - </shape> - </item> - <item android:top="40dp"> - <shape android:shape="rectangle" > - <corners android:radius="3dp" /> - - <solid android:color="#BEBEBE" /> - </shape> - </item> - <item android:top="50dp"> - <shape android:shape="rectangle" > - <corners android:radius="3dp" /> - - <solid android:color="#242A30" /> - </shape> - </item> - <item android:top="60dp"> - <shape android:shape="rectangle" > - <corners android:radius="3dp" /> - - <solid android:color="#BEBEBE" /> - </shape> - </item> - -</layer-list>
\ No newline at end of file diff --git a/res/layout-large/feedlist.xml b/res/layout-large/feedlist.xml deleted file mode 100644 index dc1e8a982..000000000 --- a/res/layout-large/feedlist.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" - android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:orientation="vertical" > - - <GridView - android:id="@+id/grid" - android:layout_width="match_parent" - android:layout_height="0dp" - android:layout_weight="1" - android:stretchMode="columnWidth" - android:numColumns="auto_fit" - android:verticalSpacing="4dp" - android:horizontalSpacing="4dp" - android:gravity="center" - android:columnWidth="@dimen/thumbnail_length" - tools:listitem="@layout/feedlist_item_grid" /> - - <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/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" diff --git a/res/menu/channelview.xml b/res/menu/channelview.xml deleted file mode 100644 index d7a95559a..000000000 --- a/res/menu/channelview.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:custom="http://schemas.android.com/apk/res-auto"> - <item - android:id="@+id/add_feed" - android:icon="?attr/content_new" - android:title="@string/add_new_feed_label" - custom:showAsAction="ifRoom"/> - <item - android:id="@+id/visit_website_item" - android:title="@string/visit_website_label" - custom:showAsAction="ifRoom" - android:icon="?attr/location_web_site"/> - - -</menu>
\ No newline at end of file diff --git a/res/values/colors.xml b/res/values/colors.xml index 155f0efcf..fe028ad20 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -2,23 +2,9 @@ <resources> <color name="white">#FFFFFF</color> - <color name="yellow">#FFFF00</color> - <color name="fuchsia">#FF00FF</color> - <color name="red">#FF0000</color> - <color name="silver">#C0C0C0</color> <color name="gray">#808080</color> - <color name="olive">#808000</color> - <color name="purple">#800080</color> - <color name="maroon">#800000</color> - <color name="aqua">#00FFFF</color> - <color name="lime">#00FF00</color> - <color name="teal">#008080</color> - <color name="green">#008000</color> - <color name="blue">#0000FF</color> - <color name="navy">#000080</color> <color name="black">#000000</color> <color name="bright_blue">#33B5E5</color> - <color name="dark_blue">#3899C9</color> <color name="ics_gray">#858585</color> <color name="actionbar_gray">#DDDDDD</color> <color name="download_success_green">#669900</color> diff --git a/res/values/dimens.xml b/res/values/dimens.xml index e7c9b9242..10294ca61 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -3,7 +3,6 @@ <dimen name="widget_margin">8dp</dimen> <dimen name="thumbnail_length">70dp</dimen> - <dimen name="dragview_length">54dp</dimen> <dimen name="external_player_height">70dp</dimen> <dimen name="enc_icons_size">20dp</dimen> <dimen name="text_size_micro">12sp</dimen> diff --git a/res/values/strings.xml b/res/values/strings.xml index 5da95cb94..538701356 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -20,7 +20,6 @@ <string name="downloads_completed_label">Completed</string> <string name="downloads_log_label">Log</string> <string name="cancel_download_label">Cancel Download</string> - <string name="download_log_label">Download log</string> <string name="playback_history_label">Playback history</string> <string name="gpodnet_main_label">gpodder.net</string> <string name="gpodnet_auth_label">gpodder.net login</string> @@ -58,12 +57,10 @@ <string name="description_label">Description</string> <string name="most_recent_prefix">Most Recent Episode:\u0020</string> <string name="episodes_suffix">\u0020episodes</string> - <string name="published_prefix">Published:\u0020</string> <string name="length_prefix">Length:\u0020</string> <string name="size_prefix">Size:\u0020</string> <string name="processing_label">Processing</string> <string name="loading_label">Loading...</string> - <string name="image_of_prefix">Image of:\u0020</string> <string name="save_username_password_label">Save username and password</string> <string name="close_label">Close</string> <string name="retry_label">Retry</string> @@ -149,14 +146,9 @@ <string name="position_default_label">00:00:00</string> <string name="player_buffering_msg">Buffering</string> <string name="playbackservice_notification_title">Playing podcast</string> - <string name="playbackservice_notification_content">Tap here for more info</string> - <!-- Navigation --> - <string name="show_download_log">Show Log</string> - <string name="show_player_label">Show player</string> <!-- Queue operations --> <string name="clear_queue_label">Clear queue</string> - <string name="organize_queue_label">Organize queue</string> <string name="undo">Undo</string> <string name="removed_from_queue">Item removed</string> <string name="move_to_top_label">Move to top</string> @@ -227,8 +219,6 @@ <string name="pref_revokeAccess_sum">Revoke the access permission to your flattr account for this app.</string> <string name="pref_auto_flattr_title">Automatic Flattr</string> <string name="pref_auto_flattr_sum">Flattr episodes of which 80% have been played.</string> - <string name="pref_display_only_episodes_title">Display only episodes</string> - <string name="pref_display_only_episodes_sum">Display only items which also have an episode.</string> <string name="user_interface_label">User Interface</string> <string name="pref_set_theme_title">Select theme</string> <string name="pref_set_theme_sum">Change the appearance of AntennaPod.</string> @@ -259,10 +249,7 @@ <string name="search_hint">Search for Feeds or Episodes</string> <string name="found_in_shownotes_label">Found in shownotes</string> <string name="found_in_chapters_label">Found in chapters</string> - <string name="search_status_searching">Searching...</string> <string name="search_status_no_results">No results were found</string> - <string name="search_results_label">Search results</string> - <string name="search_term_label">You searched:\u0020</string> <string name="search_label">Search</string> <string name="found_in_title_label">Found in title</string> @@ -295,17 +282,6 @@ <string name="time_unit_minutes">minutes</string> <string name="time_unit_hours">hours</string> - <!-- Miro Guide --> - <string name="loading_categories_label">Loading categories...</string> - <string name="browse_miroguide_label">Browse Miro Guide</string> - <string name="txtv_browse_miroguide_label">Or browse the Miro Guide:</string> - <string name="miro_guide_label">Miro Guide</string> - <string name="miro_search_hint">Search Miro Guide</string> - <string name="popular_label">Popular</string> - <string name="best_rating_label">Best rating</string> - <string name="add_feed_label">Add podcast</string> - <string name="miro_feed_added">Feed is being added</string> - <!-- gpodder.net --> <string name="gpodnet_taglist_header">CATEGORIES</string> <string name="gpodnet_toplist_header">TOP PODCASTS</string> @@ -370,7 +346,6 @@ <string name="status_playing_label">Episode is being played</string> <string name="status_downloading_label">Episode is being downloaded</string> <string name="status_downloaded_label">Episode is downloaded</string> - <string name="status_not_downloaded_label">Episode has not been downloaded yet</string> <string name="status_unread_label">Item is new</string> <string name="in_queue_label">Episode is in the queue</string> <string name="new_episodes_count_label">Number of new episodes</string> @@ -381,9 +356,6 @@ <string name="authentication_label">Authentication</string> <string name="authentication_descr">Change your username and password for this podcast and its episodes.</string> - <!-- OPML backup --> - <string name="backup_restored">"Restored feed subscriptions from backup"</string> - <!-- AntennaPodSP --> <string name="sp_apps_importing_feeds_msg">Importing subscriptions from single-purpose apps…</string> diff --git a/res/xml/gpodnet_searchable.xml b/res/xml/gpodnet_searchable.xml deleted file mode 100644 index d2c14d7f7..000000000 --- a/res/xml/gpodnet_searchable.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<searchable xmlns:android="http://schemas.android.com/apk/res/android" android:hint="@string/gpodnet_search_hint" android:label="@string/app_name" android:icon="@drawable/ic_launcher"> - - -</searchable>
\ No newline at end of file diff --git a/res/xml/miroguide_searchable.xml b/res/xml/miroguide_searchable.xml deleted file mode 100644 index 6710981e5..000000000 --- a/res/xml/miroguide_searchable.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<searchable xmlns:android="http://schemas.android.com/apk/res/android" android:hint="@string/miro_search_hint" android:label="@string/app_name" android:icon="@drawable/ic_launcher"> - - -</searchable>
\ No newline at end of file |