summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditemlist_header.xml
diff options
context:
space:
mode:
authorHerbert Reiter <46045854+damoasda@users.noreply.github.com>2021-01-21 11:39:16 +0100
committerGitHub <noreply@github.com>2021-01-21 11:39:16 +0100
commitf0b86c18a8ded80c6d381d6d28dcf16479af4b14 (patch)
treeededd6f2e5d78ebb1fa0b82de0777aabcb0de300 /app/src/main/res/layout/feeditemlist_header.xml
parenta87cec5d28e6dabf304b25e17689a44d4b13019c (diff)
downloadAntennaPod-f0b86c18a8ded80c6d381d6d28dcf16479af4b14.zip
Fix ClassCastException in FeedItemlistFragment (#4857)
Diffstat (limited to 'app/src/main/res/layout/feeditemlist_header.xml')
-rw-r--r--app/src/main/res/layout/feeditemlist_header.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/app/src/main/res/layout/feeditemlist_header.xml b/app/src/main/res/layout/feeditemlist_header.xml
index 005702c59..2b59845f7 100644
--- a/app/src/main/res/layout/feeditemlist_header.xml
+++ b/app/src/main/res/layout/feeditemlist_header.xml
@@ -94,17 +94,6 @@
</LinearLayout>
- <TextView
- android:id="@+id/txtvInformation"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:padding="2dp"
- android:background="?android:attr/windowBackground"
- android:visibility="gone"
- android:gravity="center"
- tools:visibility="visible"
- tools:text="(i) Information"/>
-
<com.joanzapata.iconify.widget.IconTextView
android:id="@+id/txtvFailure"
android:layout_width="match_parent"
@@ -117,4 +106,15 @@
android:text="@string/refresh_failed_msg"
tools:visibility="visible"
tools:text="(!) Last refresh failed"/>
+
+ <TextView
+ android:id="@+id/txtvInformation"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:padding="2dp"
+ android:background="?android:attr/windowBackground"
+ android:visibility="gone"
+ android:gravity="center"
+ tools:visibility="visible"
+ tools:text="(i) Information"/>
</LinearLayout>