| Index: webrtc/examples/androidapp/res/layout/activity_connect.xml
|
| diff --git a/webrtc/examples/androidapp/res/layout/activity_connect.xml b/webrtc/examples/androidapp/res/layout/activity_connect.xml
|
| index 2a80774b72cfd6820bd73d8bb9e6e850797827e8..83707f72ed07f7cbd71445ea4ce4c378426bd963 100644
|
| --- a/webrtc/examples/androidapp/res/layout/activity_connect.xml
|
| +++ b/webrtc/examples/androidapp/res/layout/activity_connect.xml
|
| @@ -26,7 +26,7 @@
|
| android:layout_width="0dp"
|
| android:layout_height="wrap_content"
|
| android:layout_weight="1"
|
| - android:singleLine="true"
|
| + android:maxLines="1"
|
| android:imeOptions="actionDone"
|
| android:inputType="text"/>
|
|
|
| @@ -74,4 +74,4 @@
|
| android:gravity="center"
|
| android:text="@string/no_favorites" />
|
| </FrameLayout>
|
| -</LinearLayout>
|
| +</LinearLayout>
|
|
|