Scrollable home page

This commit is contained in:
Nicolás Sánchez 2024-12-11 12:09:59 -03:00
parent 1a7aa86eba
commit ec16ba2a43
1 changed files with 831 additions and 824 deletions

View File

@ -7,7 +7,13 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context=".ui.home.HomeFragment"
android:scrollbars="vertical">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:id="@+id/pricesCard"
android:layout_width="match_parent"
@ -834,5 +840,6 @@
android:textSize="14sp"
android:textStyle="normal"/>
</LinearLayout>
</LinearLayout>
</ScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>