We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 840d6a9 + e58570d commit 49e2cf7Copy full SHA for 49e2cf7
app/src/main/res/layout/fragment_addnote.xml
@@ -32,7 +32,7 @@
32
android:layout_width="match_parent"
33
android:layout_height="wrap_content"
34
android:hint="@string/title_hint"
35
- android:singleLine="true"
+ android:maxLines="1"
36
android:textAppearance="@style/TextAppearance.AppCompat.Title"/>
37
38
<EditText
0 commit comments