From e93dc43f89660242fefef13914186fc0074c4082 Mon Sep 17 00:00:00 2001 From: Christian Basler Date: Fri, 24 Mar 2017 07:35:57 +0100 Subject: [PATCH] Tiny code improvement --- app/src/main/res/layout/fragment_message_detail.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_message_detail.xml b/app/src/main/res/layout/fragment_message_detail.xml index 95ca52d..1c63f9b 100644 --- a/app/src/main/res/layout/fragment_message_detail.xml +++ b/app/src/main/res/layout/fragment_message_detail.xml @@ -88,7 +88,7 @@ android:layout_marginRight="16dp" android:layout_marginTop="32dp" android:paddingBottom="16dp" - android:text="New Text" + tools:text="Message Body" android:textIsSelectable="true" /> + android:layout_marginLeft="16dp" + android:layout_marginRight="16dp" />