From e02f5a28b3376a649867c11c8bf3a5a74646fc54 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 9 Oct 2021 20:11:35 +0800 Subject: Smooth scrolling in EditCommentActivity. --- app/src/main/res/layout/activity_edit_comment.xml | 29 +++++++++++++---------- 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'app') diff --git a/app/src/main/res/layout/activity_edit_comment.xml b/app/src/main/res/layout/activity_edit_comment.xml index 6970c208..1d130fc8 100644 --- a/app/src/main/res/layout/activity_edit_comment.xml +++ b/app/src/main/res/layout/activity_edit_comment.xml @@ -29,19 +29,25 @@ android:orientation="vertical" app:layout_behavior="@string/appbar_scrolling_view_behavior"> - + android:layout_weight="1"> + + + + - \ No newline at end of file -- cgit v1.2.3