fix: made sure the empty graphic was there when list was empty

This commit is contained in:
eddyizm 2025-11-13 21:37:48 -08:00
parent 193b551773
commit 63668f5a8c
No known key found for this signature in database
GPG key ID: CF5F671829E8158A

View file

@ -56,8 +56,7 @@
android:layout_marginBottom="8dp"
android:clipToPadding="false"
android:paddingTop="8dp"
android:paddingBottom="8dp"
tools:visibility="visible" />
android:paddingBottom="8dp" />
</LinearLayout>
</androidx.core.widget.NestedScrollView>