Skip to content

Commit c00ad78

Browse files
committed
Input can be multiple lines
1 parent 851c77d commit c00ad78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@
1212
app:layout_behavior="@string/appbar_scrolling_view_behavior"
1313
tools:context="com.carboni.cinebuff.MainActivity"
1414
tools:showIn="@layout/activity_main">
15-
15+
1616
<com.hootsuite.nachos.NachoTextView
1717
android:id="@+id/nacho_text_view"
1818
android:layout_width="match_parent"
1919
android:layout_height="wrap_content"
2020
android:layout_alignParentStart="true"
2121
android:hint="@string/search_hint"
22-
android:inputType="textPersonName|textCapWords" />
22+
android:inputType="textPersonName|textCapWords|textMultiLine"
23+
android:maxLines="2" />
2324

2425
<Button
2526
android:id="@+id/searchMoviesButton"

0 commit comments

Comments
 (0)