Jelajahi Sumber

align text at the top for multi-line text fields

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 6 tahun lalu
induk
melakukan
ba378a6049
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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>