2014-07-11 23:44:59 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:addStatesFromChildren="true"
|
|
|
|
android:focusable="true"
|
|
|
|
android:gravity="center"
|
|
|
|
android:paddingLeft="5dp"
|
|
|
|
android:paddingRight="5dp" >
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/search_field"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:focusable="true"
|
|
|
|
android:inputType="textEmailAddress|textNoSuggestions"
|
2014-09-11 16:22:33 +02:00
|
|
|
android:textColor="@color/ondarktext" />
|
2014-07-11 23:44:59 +02:00
|
|
|
|
|
|
|
</LinearLayout>
|