From 029bbc951b3b7d128b9eb1a469942a8f03676d83 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 20 Aug 2019 15:01:54 +0800 Subject: Handle sending comment fails. Fixed snackbar hidden by keyboard in some activities. Minor bugs fixed. --- app/src/main/res/layout/activity_comment.xml | 46 ++++++++++++++++------------ 1 file changed, 26 insertions(+), 20 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_comment.xml b/app/src/main/res/layout/activity_comment.xml index 65abe106..76a053bf 100644 --- a/app/src/main/res/layout/activity_comment.xml +++ b/app/src/main/res/layout/activity_comment.xml @@ -21,31 +21,37 @@ - - - - - - + android:orientation="vertical" + android:padding="16dp"> + + + + + + + + \ No newline at end of file -- cgit v1.2.3