Browse Source

align text at the top for multi-line text fields

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 6 năm trước cách đây
mục cha
commit
ba378a6049
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/main/res/layout/note_dialog.xml

+ 2 - 1
src/main/res/layout/note_dialog.xml

@@ -41,7 +41,8 @@
             android:inputType="textCapSentences|textMultiLine|textNoSuggestions"
             android:lines="5"
             android:minLines="3"
-            android:scrollbars="vertical" />
+            android:scrollbars="vertical"
+            android:gravity="top"/>
 
     </com.google.android.material.textfield.TextInputLayout>