Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa833a38 authored by Daniel Lehmann's avatar Daniel Lehmann Committed by Android (Google) Code Review
Browse files

Merge "Set type to filter to prevent spell-checker"

parents 1a5f6249 33d64bae
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
        android:id="@+id/search_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:iconifiedByDefault="false" />
        android:iconifiedByDefault="false"
        android:inputType="textFilter" />

</FrameLayout>
+2 −1
Original line number Diff line number Diff line
@@ -26,7 +26,8 @@
        android:layout_width="0px"
        android:layout_height="match_parent"
        android:layout_weight="1"
        android:iconifiedByDefault="false" />
        android:iconifiedByDefault="false"
        android:inputType="textFilter" />

    <ImageButton
        android:id="@+id/search_option"
+0 −2
Original line number Diff line number Diff line
@@ -111,8 +111,6 @@ public class PeopleActivity extends ContactsActivity
    private static final int SUBACTIVITY_NEW_GROUP = 2;
    private static final int SUBACTIVITY_EDIT_GROUP = 3;

    private static final String KEY_SEARCH_MODE = "searchMode";

    private DialogManager mDialogManager = new DialogManager(this);

    private ContactsIntentResolver mIntentResolver;