Explorar o código

align text at the top for multi-line text fields

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger %!s(int64=6) %!d(string=hai) anos
pai
achega
ba378a6049
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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>