summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/addfeed.xml230
-rw-r--r--app/src/main/res/layout/fragment_itunes_search.xml27
-rw-r--r--app/src/main/res/layout/gpodnet_podcast_list.xml55
-rw-r--r--app/src/main/res/layout/gpodnet_podcast_listitem.xml80
-rw-r--r--app/src/main/res/layout/gpodnet_tag_listitem.xml37
5 files changed, 133 insertions, 296 deletions
diff --git a/app/src/main/res/layout/addfeed.xml b/app/src/main/res/layout/addfeed.xml
index a6e0fc9ea..8e2fb99fa 100644
--- a/app/src/main/res/layout/addfeed.xml
+++ b/app/src/main/res/layout/addfeed.xml
@@ -1,153 +1,157 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical">
<androidx.appcompat.widget.Toolbar
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:minHeight="?attr/actionBarSize"
- android:theme="?attr/actionBarTheme"
- app:title="@string/add_feed_label"
- app:navigationIcon="?homeAsUpIndicator"
- android:id="@+id/toolbar"/>
+ android:id="@+id/toolbar"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:minHeight="?attr/actionBarSize"
+ android:theme="?attr/actionBarTheme"
+ app:title="@string/add_feed_label"
+ app:navigationIcon="?homeAsUpIndicator" />
<androidx.cardview.widget.CardView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:cardCornerRadius="4dp"
- app:cardElevation="4dp"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="16dp">
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="16dp"
+ android:layout_marginRight="16dp"
+ app:cardCornerRadius="4dp"
+ app:cardElevation="4dp">
<LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
<ImageView
- android:layout_width="40dp"
- android:layout_height="match_parent"
- android:layout_marginLeft="8dp"
- android:layout_marginRight="8dp"
- android:contentDescription="@string/search_podcast_hint"
- app:srcCompat="@drawable/ic_search"
- android:id="@+id/searchButton"
- android:scaleType="center"/>
+ android:id="@+id/searchButton"
+ android:layout_width="40dp"
+ android:layout_height="match_parent"
+ android:layout_marginLeft="8dp"
+ android:layout_marginRight="8dp"
+ android:contentDescription="@string/search_podcast_hint"
+ android:scaleType="center"
+ app:srcCompat="@drawable/ic_search" />
<EditText
- android:id="@+id/combinedFeedSearchEditText"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:inputType="text"
- android:imeOptions="actionSearch"
- android:importantForAutofill="no"
- android:layout_marginStart="0dp"
- android:layout_marginLeft="0dp"
- android:layout_marginRight="8dp"
- android:layout_marginEnd="8dp"
- android:paddingTop="16dp"
- android:paddingBottom="16dp"
- android:hint="@string/search_podcast_hint"
- android:background="@null"/>
+ android:id="@+id/combinedFeedSearchEditText"
+ android:layout_width="0dp"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:inputType="text"
+ android:imeOptions="actionSearch"
+ android:importantForAutofill="no"
+ android:layout_marginStart="0dp"
+ android:layout_marginLeft="0dp"
+ android:layout_marginRight="8dp"
+ android:layout_marginEnd="8dp"
+ android:paddingTop="16dp"
+ android:paddingBottom="16dp"
+ android:hint="@string/search_podcast_hint"
+ android:background="@null" />
</LinearLayout>
+
</androidx.cardview.widget.CardView>
<ScrollView
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"
- android:scrollbars="vertical">
+ android:layout_width="match_parent"
+ android:layout_height="0dp"
+ android:layout_weight="1"
+ android:scrollbars="vertical">
<LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:focusableInTouchMode="true"
- android:padding="16dp">
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ android:focusableInTouchMode="true"
+ android:padding="16dp">
<androidx.fragment.app.FragmentContainerView
- android:id="@+id/quickFeedDiscovery"
- android:name="de.danoeh.antennapod.fragment.QuickFeedDiscoveryFragment"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"/>
+ android:id="@+id/quickFeedDiscovery"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:name="de.danoeh.antennapod.fragment.QuickFeedDiscoveryFragment" />
<TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/advanced"
- android:textSize="18sp"
- android:layout_marginTop="16dp"
- android:layout_marginBottom="8dp"
- android:textColor="?android:attr/textColorPrimary"/>
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/advanced"
+ android:textSize="18sp"
+ android:layout_marginTop="16dp"
+ android:layout_marginBottom="8dp"
+ android:textColor="?android:attr/textColorPrimary" />
<TextView
- android:id="@+id/addViaUrlButton"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:drawableStartCompat="@drawable/ic_feed"
- app:drawableLeftCompat="@drawable/ic_feed"
- style="@style/AddPodcastTextView"
- android:text="@string/add_podcast_by_url"/>
+ android:id="@+id/addViaUrlButton"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/add_podcast_by_url"
+ app:drawableStartCompat="@drawable/ic_feed"
+ app:drawableLeftCompat="@drawable/ic_feed"
+ style="@style/AddPodcastTextView" />
<TextView
- android:id="@+id/addLocalFolderButton"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:drawableStartCompat="@drawable/ic_folder"
- app:drawableLeftCompat="@drawable/ic_folder"
- style="@style/AddPodcastTextView"
- android:text="@string/add_local_folder"/>
+ android:id="@+id/addLocalFolderButton"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/add_local_folder"
+ app:drawableStartCompat="@drawable/ic_folder"
+ app:drawableLeftCompat="@drawable/ic_folder"
+ style="@style/AddPodcastTextView" />
<TextView
- android:id="@+id/searchItunesButton"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:drawableStartCompat="@drawable/ic_search"
- app:drawableLeftCompat="@drawable/ic_search"
- style="@style/AddPodcastTextView"
- android:text="@string/search_itunes_label"/>
+ android:id="@+id/searchItunesButton"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/search_itunes_label"
+ app:drawableStartCompat="@drawable/ic_search"
+ app:drawableLeftCompat="@drawable/ic_search"
+ style="@style/AddPodcastTextView" />
<TextView
- android:id="@+id/searchFyydButton"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:drawableStartCompat="@drawable/ic_search"
- app:drawableLeftCompat="@drawable/ic_search"
- style="@style/AddPodcastTextView"
- android:text="@string/search_fyyd_label"/>
+ android:id="@+id/searchFyydButton"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/search_fyyd_label"
+ app:drawableStartCompat="@drawable/ic_search"
+ app:drawableLeftCompat="@drawable/ic_search"
+ style="@style/AddPodcastTextView" />
<TextView
- android:id="@+id/searchGPodderButton"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:drawableStartCompat="@drawable/ic_search"
- app:drawableLeftCompat="@drawable/ic_search"
- style="@style/AddPodcastTextView"
- android:text="@string/browse_gpoddernet_label"/>
+ android:id="@+id/searchGPodderButton"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/gpodnet_search_hint"
+ app:drawableStartCompat="@drawable/ic_search"
+ app:drawableLeftCompat="@drawable/ic_search"
+ style="@style/AddPodcastTextView" />
<TextView
- android:id="@+id/searchPodcastIndexButton"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:drawableStartCompat="@drawable/ic_search"
- app:drawableLeftCompat="@drawable/ic_search"
- style="@style/AddPodcastTextView"
- android:text="@string/search_podcastindex_label"/>
+ android:id="@+id/searchPodcastIndexButton"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/search_podcastindex_label"
+ app:drawableStartCompat="@drawable/ic_search"
+ app:drawableLeftCompat="@drawable/ic_search"
+ style="@style/AddPodcastTextView" />
<TextView
- android:id="@+id/opmlImportButton"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:drawableStartCompat="@drawable/ic_download"
- app:drawableLeftCompat="@drawable/ic_download"
- style="@style/AddPodcastTextView"
- android:text="@string/opml_add_podcast_label"/>
+ android:id="@+id/opmlImportButton"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/opml_add_podcast_label"
+ app:drawableStartCompat="@drawable/ic_download"
+ app:drawableLeftCompat="@drawable/ic_download"
+ style="@style/AddPodcastTextView" />
+
</LinearLayout>
+
</ScrollView>
+
</LinearLayout>
diff --git a/app/src/main/res/layout/fragment_itunes_search.xml b/app/src/main/res/layout/fragment_itunes_search.xml
index 6e00bdf0d..b20016f68 100644
--- a/app/src/main/res/layout/fragment_itunes_search.xml
+++ b/app/src/main/res/layout/fragment_itunes_search.xml
@@ -1,23 +1,26 @@
+<?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="match_parent"
- android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto">
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
<LinearLayout
+ android:id="@+id/browsing"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
- android:id="@+id/browsing"
android:layout_alignParentTop="true">
+
<androidx.appcompat.widget.Toolbar
+ android:id="@+id/toolbar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:minHeight="?attr/actionBarSize"
android:theme="?attr/actionBarTheme"
app:navigationIcon="?homeAsUpIndicator"
- app:title="@string/discover"
- android:id="@+id/toolbar"/>
+ app:title="@string/discover" />
<android.widget.Spinner
android:id="@+id/spinner_country"
@@ -29,13 +32,14 @@
android:minHeight="?attr/actionBarSize"
android:spinnerMode="dropdown"
android:textAlignment="textEnd" />
+
</LinearLayout>
<GridView
- android:layout_below="@id/browsing"
android:id="@+id/gridView"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:layout_below="@id/browsing"
android:clipToPadding="false"
android:columnWidth="400dp"
android:gravity="center"
@@ -45,7 +49,7 @@
android:paddingTop="@dimen/list_vertical_padding"
android:stretchMode="columnWidth"
android:verticalSpacing="8dp"
- tools:listitem="@layout/gpodnet_podcast_listitem" />
+ tools:listitem="@layout/itunes_podcast_listitem" />
<TextView
android:id="@android:id/empty"
@@ -62,7 +66,7 @@
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:indeterminateOnly="true"
- android:visibility="gone"/>
+ android:visibility="gone" />
<TextView
android:id="@+id/txtvError"
@@ -101,5 +105,6 @@
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
- android:textAlignment="textEnd"/>
+ android:textAlignment="textEnd" />
+
</RelativeLayout>
diff --git a/app/src/main/res/layout/gpodnet_podcast_list.xml b/app/src/main/res/layout/gpodnet_podcast_list.xml
deleted file mode 100644
index a6918f8d4..000000000
--- a/app/src/main/res/layout/gpodnet_podcast_list.xml
+++ /dev/null
@@ -1,55 +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="match_parent"
- android:layout_height="match_parent">
-
- <GridView
- android:id="@+id/gridView"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:clipToPadding="false"
- android:columnWidth="400dp"
- android:gravity="center"
- android:horizontalSpacing="8dp"
- android:numColumns="auto_fit"
- android:paddingBottom="@dimen/list_vertical_padding"
- android:paddingTop="@dimen/list_vertical_padding"
- android:stretchMode="columnWidth"
- android:verticalSpacing="8dp"
- android:layout_alignParentTop="true"
- tools:listitem="@layout/gpodnet_podcast_listitem" />
-
- <ProgressBar
- android:id="@+id/progressBar"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerInParent="true"
- android:indeterminateOnly="true" />
-
- <TextView
- android:id="@+id/txtvError"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerInParent="true"
- android:layout_margin="16dp"
- android:textAlignment="center"
- android:textSize="@dimen/text_size_small"
- android:visibility="gone"
- tools:visibility="visible"
- tools:text="Error message"
- tools:background="@android:color/holo_red_light" />
-
- <Button
- android:id="@+id/butRetry"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@id/txtvError"
- android:layout_centerHorizontal="true"
- android:layout_margin="16dp"
- android:text="@string/retry_label"
- android:visibility="gone"
- tools:visibility="visible"
- tools:background="@android:color/holo_red_light" />
-</RelativeLayout>
diff --git a/app/src/main/res/layout/gpodnet_podcast_listitem.xml b/app/src/main/res/layout/gpodnet_podcast_listitem.xml
deleted file mode 100644
index 56d351d62..000000000
--- a/app/src/main/res/layout/gpodnet_podcast_listitem.xml
+++ /dev/null
@@ -1,80 +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"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_width="match_parent" android:layout_height="wrap_content"
- android:paddingTop="8dp"
- android:paddingLeft="16dp"
- android:paddingRight="16dp"
- android:paddingBottom="8dp"
- tools:background="@android:color/darker_gray">
-
- <ImageView
- android:id="@+id/imgvCover"
- android:layout_width="@dimen/thumbnail_length_itemlist"
- android:layout_height="@dimen/thumbnail_length_itemlist"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true"
- android:layout_alignParentTop="true"
- android:layout_marginRight="16dp"
- android:layout_marginEnd="16dp"
- android:adjustViewBounds="true"
- android:importantForAccessibility="no"
- android:cropToPadding="true"
- android:scaleType="fitXY"
- tools:src="@tools:sample/avatars"
- tools:background="@android:color/holo_green_dark"/>
-
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_toRightOf="@id/imgvCover"
- android:layout_toEndOf="@id/imgvCover"
- android:orientation="vertical">
-
- <TextView
- android:id="@+id/txtvTitle"
- style="@style/AntennaPod.TextView.ListItemPrimaryTitle2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:maxLines="2"
- android:includeFontPadding="false"
- tools:text="Title"
- tools:background="@android:color/holo_green_dark"/>
-
- <TextView
- android:id="@+id/txtvAuthor"
- style="android:style/TextAppearance.Small"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textSize="14sp"
- android:textColor="?android:attr/textColorSecondary"
- android:ellipsize="middle"
- android:maxLines="2"
- tools:text="author"
- tools:background="@android:color/holo_green_dark"/>
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:gravity="center_vertical">
- <ImageView
- android:layout_width="14sp"
- android:layout_height="14sp"
- app:srcCompat="@drawable/ic_feed"/>
- <TextView
- android:id="@+id/txtvSubscribers"
- style="@style/AntennaPod.TextView.ListItemSecondaryTitle"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:lines="1"
- tools:text="150"
- tools:background="@android:color/holo_green_dark"/>
- </LinearLayout>
-
- </LinearLayout>
-</RelativeLayout>
diff --git a/app/src/main/res/layout/gpodnet_tag_listitem.xml b/app/src/main/res/layout/gpodnet_tag_listitem.xml
deleted file mode 100644
index a377f9ba1..000000000
--- a/app/src/main/res/layout/gpodnet_tag_listitem.xml
+++ /dev/null
@@ -1,37 +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="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_vertical"
- tools:background="@android:color/darker_gray">
-
- <TextView
- android:id="@+id/txtvTitle"
- style="@style/AntennaPod.TextView.ListItemPrimaryTitle"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/listitem_threeline_horizontalpadding"
- android:layout_marginStart="@dimen/listitem_threeline_horizontalpadding"
- android:layout_marginTop="@dimen/listitem_threeline_verticalpadding"
- android:layout_marginBottom="@dimen/listitem_threeline_verticalpadding"
- android:lines="1"
- tools:text="Tag Title"
- tools:background="@android:color/holo_green_dark" />
-
- <TextView
- android:id="@+id/txtvUsage"
- style="@style/AntennaPod.TextView.ListItemSecondaryTitle"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_alignParentEnd="true"
- android:layout_marginRight="@dimen/listitem_threeline_horizontalpadding"
- android:layout_marginEnd="@dimen/listitem_threeline_horizontalpadding"
- android:layout_marginTop="@dimen/listitem_threeline_verticalpadding"
- android:layout_marginBottom="@dimen/listitem_threeline_verticalpadding"
- tools:text="301"
- tools:background="@android:color/holo_green_dark"/>
-
-</RelativeLayout>