2018-08-20 19:00:20 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical" android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
<AutoCompleteTextView
|
|
|
|
android:id="@+id/search_instance"
|
2018-08-21 16:20:20 +02:00
|
|
|
android:inputType="textWebEmailAddress"
|
2018-08-20 19:00:20 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:hint="@string/instance"
|
|
|
|
android:maxLines="1"
|
|
|
|
/>
|
|
|
|
</LinearLayout>
|