We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851c77d commit c00ad78Copy full SHA for c00ad78
app/src/main/res/layout/content_main.xml
@@ -12,14 +12,15 @@
12
app:layout_behavior="@string/appbar_scrolling_view_behavior"
13
tools:context="com.carboni.cinebuff.MainActivity"
14
tools:showIn="@layout/activity_main">
15
-
+
16
<com.hootsuite.nachos.NachoTextView
17
android:id="@+id/nacho_text_view"
18
android:layout_width="match_parent"
19
android:layout_height="wrap_content"
20
android:layout_alignParentStart="true"
21
android:hint="@string/search_hint"
22
- android:inputType="textPersonName|textCapWords" />
+ android:inputType="textPersonName|textCapWords|textMultiLine"
23
+ android:maxLines="2" />
24
25
<Button
26
android:id="@+id/searchMoviesButton"
0 commit comments