summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-02-14 22:44:08 +0100
committerByteHamster <info@bytehamster.com>2021-02-14 22:44:08 +0100
commit66ae028719995aea5d39128ff44b026567fc34a6 (patch)
treedf51302fa318dfe921e5c7fdf8acc0c8794307b8 /app/src/main/res/layout
parentf57cf0c31788962300413a97eefdf746476e2177 (diff)
parentf7409c08a60a783765b4a6d52a77d3cc1656e1dd (diff)
downloadAntennaPod-66ae028719995aea5d39128ff44b026567fc34a6.zip
Merge branch 'master' into develop
Diffstat (limited to 'app/src/main/res/layout')
-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>