fix #305, align file editor text to the top
This commit is contained in:
parent
f08f7474ae
commit
551017c225
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue