summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditemlist_header.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-03-21 19:25:54 +0100
committerByteHamster <info@bytehamster.com>2020-03-21 19:25:54 +0100
commitb6bbcf5afb14701524570a5aad97ea6418ed1c71 (patch)
tree2330dc1dffa1369b8b311bb49eca1ecd0efc5d3b /app/src/main/res/layout/feeditemlist_header.xml
parent1cdc8fc33e4d551823141c8374ab12bd522db179 (diff)
downloadAntennaPod-b6bbcf5afb14701524570a5aad97ea6418ed1c71.zip
Made sure that all fragments have a progress bar
Diffstat (limited to 'app/src/main/res/layout/feeditemlist_header.xml')
-rw-r--r--app/src/main/res/layout/feeditemlist_header.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/layout/feeditemlist_header.xml b/app/src/main/res/layout/feeditemlist_header.xml
index f00fb349b..14ba6c3d0 100644
--- a/app/src/main/res/layout/feeditemlist_header.xml
+++ b/app/src/main/res/layout/feeditemlist_header.xml
@@ -71,6 +71,8 @@
android:layout_marginLeft="-8dp"
android:layout_marginStart="-8dp"
android:scaleType="fitXY"
+ android:visibility="invisible"
+ tools:visibility="visible"
android:padding="8dp"/>
<ImageButton
@@ -82,6 +84,8 @@
app:srcCompat="@drawable/ic_settings_white"
tools:background="@android:color/holo_green_dark"
android:scaleType="fitXY"
+ android:visibility="invisible"
+ tools:visibility="visible"
android:padding="8dp"/>
</LinearLayout>