Loading res/layout/fragment_search.xml +4 −1 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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" Loading src/com/android/documentsui/queries/SearchFragment.java +0 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
res/layout/fragment_search.xml +4 −1 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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" Loading
src/com/android/documentsui/queries/SearchFragment.java +0 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading