fixed compose edit text gravity

This commit is contained in:
Mariotaku Lee 2017-05-19 14:07:23 +08:00
parent f10e216eb3
commit 61e8a6d3b1
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@null"
android:gravity="top"
android:hint="@string/label_content_warning"
android:padding="@dimen/element_spacing_normal"
android:visibility="gone"/>
@ -71,6 +72,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@null"
android:gravity="top"
android:hint="@string/label_status_hint"
android:inputType="textMultiLine|textLongMessage|textCapSentences"
android:padding="@dimen/element_spacing_normal"/>