fix #305, align file editor text to the top

This commit is contained in:
tibbi 2019-02-16 17:59:03 +01:00
parent f08f7474ae
commit 551017c225
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@null"
android:gravity="top"
android:inputType="textMultiLine|textNoSuggestions"
android:padding="@dimen/medium_margin"
android:textCursorDrawable="@null"