From bde2220d91774337fba60cfdcc4324005b878736 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 18 Apr 2020 11:34:43 +0800 Subject: Remove unused attributes. Fix loading images using GlideImageGetter after the activity is destroyed. --- app/src/main/res/layout/activity_comment.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'app/src/main/res/layout/activity_comment.xml') diff --git a/app/src/main/res/layout/activity_comment.xml b/app/src/main/res/layout/activity_comment.xml index a9af4118..33b9cfc3 100644 --- a/app/src/main/res/layout/activity_comment.xml +++ b/app/src/main/res/layout/activity_comment.xml @@ -5,14 +5,12 @@ android:id="@+id/coordinator_layout_comment_activity" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?attr/backgroundColor" tools:application=".CommentActivity"> + android:layout_marginBottom="16dp" />