From 2d01c427e1a446ae79e52b1a0da8bc18b9d988cf Mon Sep 17 00:00:00 2001 From: William Brawner Date: Mon, 18 May 2020 16:52:30 -0700 Subject: [PATCH] Fix padding issue on editing view --- app/src/main/res/layout/fragment_edit.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_edit.xml b/app/src/main/res/layout/fragment_edit.xml index 11a9ba2..0cf1c19 100644 --- a/app/src/main/res/layout/fragment_edit.xml +++ b/app/src/main/res/layout/fragment_edit.xml @@ -17,6 +17,7 @@ android:inputType="textMultiLine|textCapSentences" android:paddingLeft="8dp" android:paddingRight="8dp" + android:paddingBottom="16dp" android:scrollHorizontally="false" android:importantForAutofill="no" />