From 63a2559c7fc3b8457aeb909a667523d0f0710006 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 11 Aug 2018 11:40:42 +0000 Subject: [PATCH] Layout improvement --- app/src/main/res/layout/fragment_message.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_message.xml b/app/src/main/res/layout/fragment_message.xml index f2a1ed97f0..511056dd19 100644 --- a/app/src/main/res/layout/fragment_message.xml +++ b/app/src/main/res/layout/fragment_message.xml @@ -251,5 +251,5 @@ android:id="@+id/grpReady" android:layout_width="0dp" android:layout_height="0dp" - app:constraint_referenced_ids="tvFrom,tvTime,tvSubject,tvCount,scroll" /> + app:constraint_referenced_ids="tvFrom,tvTime,tvSubject,tvCount,tvError,scroll" />