Scrollable home page
This commit is contained in:
parent
1a7aa86eba
commit
ec16ba2a43
|
|
@ -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>
|
||||
Loading…
Reference in New Issue