2017-11-23 18:16:47 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-09-06 17:55:14 +02:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="match_parent"
|
2017-11-23 18:16:47 +01:00
|
|
|
android:layout_height="wrap_content">
|
2019-09-06 17:55:14 +02:00
|
|
|
|
2017-11-23 18:16:47 +01:00
|
|
|
<EditText
|
|
|
|
android:id="@+id/search_toot"
|
|
|
|
android:inputType="text"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:hint="@string/action_search"
|
2019-09-06 17:55:14 +02:00
|
|
|
android:maxLines="1" />
|
2017-11-23 18:16:47 +01:00
|
|
|
</LinearLayout>
|