Skip to content

Commit 478383a

Browse files
authored
scroll behaviour fixed in profile page
Fixes #117 : scroll behaviour fixed in profile page
2 parents e2e075d + fd10718 commit 478383a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/layout/fragment_profile.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
<ScrollView
1111
android:layout_width="match_parent"
12-
android:layout_height="match_parent">
12+
android:layout_height="match_parent"
13+
android:layout_marginBottom="130dp">
1314
<androidx.constraintlayout.widget.ConstraintLayout
1415
android:layout_width="match_parent"
1516
android:layout_height="wrap_content">

0 commit comments

Comments
 (0)