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

Commit cca686a4 authored by Tony Huang's avatar Tony Huang Committed by Android (Google) Code Review
Browse files

Merge "Add missed content description on search history page"

parents 040250c5 4380c51c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
@@ -26,7 +27,9 @@
        android:layout_width="match_parent"
        android:layout_height="?android:attr/actionBarSize"
        android:layout_margin="@dimen/search_bar_margin"
        android:theme="?actionBarTheme">
        android:theme="?actionBarTheme"
        app:navigationIcon="@drawable/ic_arrow_back"
        app:navigationContentDescription="@string/abc_toolbar_collapse_description">

        <androidx.appcompat.widget.SearchView
            android:id="@+id/search_view"
+0 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ public class SearchFragment extends DialogFragment
        final View view = inflater.inflate(R.layout.fragment_search, container, false);

        final Toolbar toolbar = view.findViewById(R.id.toolbar);
        toolbar.setNavigationIcon(R.drawable.ic_arrow_back);
        toolbar.setNavigationOnClickListener(v -> {
            mSearchViewManager.cancelSearch();
            dismiss();