From 0318ef24c6839c486f3daf607cef1bc6c0f2818b Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Wed, 28 Feb 2018 14:20:38 +0100 Subject: [PATCH] Add some margin top to content --- app/src/main/res/layout/content_main.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/content_main.xml b/app/src/main/res/layout/content_main.xml index 0993310..a48e07e 100644 --- a/app/src/main/res/layout/content_main.xml +++ b/app/src/main/res/layout/content_main.xml @@ -66,6 +66,7 @@ android:id="@+id/contentLayout" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginTop="8dp" android:hint="@string/content" app:counterEnabled="true" app:layout_constraintEnd_toEndOf="parent"