summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_status.xml
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-09-27 18:01:06 +0200
committerThomas <tschneider.ac@gmail.com>2022-09-27 18:01:06 +0200
commit2dc19277a7c5a272e53f813055d9ba3f71d76b1d (patch)
tree4db3fdd4b067bcd04d2a0377a84c88ac958f4c27 /app/src/main/res/layout/drawer_status.xml
parenta8f0125a8fc3e36a42a966b722cc24a2d0c041d6 (diff)
some fixes with fetch more
Diffstat (limited to 'app/src/main/res/layout/drawer_status.xml')
-rw-r--r--app/src/main/res/layout/drawer_status.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index be56c4a01..e97591b1a 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -648,6 +648,11 @@
</androidx.appcompat.widget.LinearLayoutCompat>
+ <include
+ android:id="@+id/layout_fetch_more"
+ layout="@layout/drawer_fetch_more"
+ android:visibility="gone"
+ tools:visibility="visible" />
</androidx.appcompat.widget.LinearLayoutCompat>