Adding a bigger margin for consistency

This commit is contained in:
LucasGGamerM 2023-01-17 20:42:02 -03:00
parent e65e6163ba
commit 18811ec32a
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingVertical="16dp" android:paddingVertical="16dp"
android:layout_marginTop="4dp" android:layout_marginTop="4dp"
android:layout_marginBottom="8dp" android:layout_marginBottom="16dp"
android:layout_marginHorizontal="16dp" android:layout_marginHorizontal="16dp"
android:inputType="textMultiLine|textCapSentences" android:inputType="textMultiLine|textCapSentences"
android:singleLine="false" android:singleLine="false"