fix: do not show next_up_layout while loading

Fix #500
This commit is contained in:
Jarne Demeulemeester 2023-09-02 11:37:02 +02:00
parent 43d6d5ce1f
commit 04258f05ff
No known key found for this signature in database
GPG key ID: 1E5C6AFBD622E9F5
2 changed files with 6 additions and 2 deletions

View file

@ -173,7 +173,9 @@
android:layout_height="wrap_content"
android:layout_marginBottom="24dp"
android:layout_weight="1"
android:orientation="vertical">
android:orientation="vertical"
android:visibility="gone"
tools:visibility="visible">
<TextView
android:layout_width="match_parent"

View file

@ -157,7 +157,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="24dp"
android:orientation="vertical">
android:orientation="vertical"
android:visibility="gone"
tools:visibility="visible">
<TextView
android:layout_width="match_parent"