Fixed action bar search for Android 5.0

This commit is contained in:
iNPUTmice 2015-01-20 14:53:47 +01:00
parent a93dd1b0c4
commit 32a16137df
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:addStatesFromChildren="true"
android:focusable="true"
@ -10,10 +10,10 @@
<EditText
android:id="@+id/search_field"
android:layout_width="fill_parent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:focusable="true"
android:inputType="textEmailAddress|textNoSuggestions"
android:textColor="@color/ondarktext" />
</LinearLayout>
</RelativeLayout>