fix: activity pagination

This commit is contained in:
rebelonion 2024-03-10 03:20:05 -05:00
parent d04ced94ea
commit 92089067f1
6 changed files with 97 additions and 30 deletions

View file

@ -14,7 +14,9 @@
android:layout_height="wrap_content"
android:baselineAligned="false"
android:orientation="vertical"
android:padding="16dp">
android:paddingBottom="16dp"
android:paddingStart="16dp"
android:paddingEnd="16dp">
<LinearLayout
android:layout_width="match_parent"
@ -123,5 +125,6 @@
android:id="@+id/statisticList"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:nestedScrollingEnabled="true"
tools:listitem="@layout/item_chart" />
</LinearLayout>