Skip to content

Commit 49e2cf7

Browse files
committed
Merge pull request google-developer-training#52 from richarth/patch-1
Updated deprecated attribute
2 parents 840d6a9 + e58570d commit 49e2cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/fragment_addnote.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
android:layout_width="match_parent"
3333
android:layout_height="wrap_content"
3434
android:hint="@string/title_hint"
35-
android:singleLine="true"
35+
android:maxLines="1"
3636
android:textAppearance="@style/TextAppearance.AppCompat.Title"/>
3737

3838
<EditText

0 commit comments

Comments
 (0)