increase notes_view height to match_parent for easier clicking

This commit is contained in:
tibbi 2017-12-01 18:53:43 +01:00
parent dba8871459
commit 057e0adee8

View File

@ -20,7 +20,7 @@
<com.simplemobiletools.commons.views.MyEditText
android:id="@+id/notes_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:background="@null"
android:freezesText="true"
android:gravity="top"