Fixed action bar search for Android 5.0
This commit is contained in:
parent
a93dd1b0c4
commit
32a16137df
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:addStatesFromChildren="true"
|
android:addStatesFromChildren="true"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
|
@ -10,10 +10,10 @@
|
||||||
|
|
||||||
<EditText
|
<EditText
|
||||||
android:id="@+id/search_field"
|
android:id="@+id/search_field"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:inputType="textEmailAddress|textNoSuggestions"
|
android:inputType="textEmailAddress|textNoSuggestions"
|
||||||
android:textColor="@color/ondarktext" />
|
android:textColor="@color/ondarktext" />
|
||||||
|
|
||||||
</LinearLayout>
|
</RelativeLayout>
|
Loading…
Reference in a new issue