Renaming id to prevent collision.

Bug: 21878123
Change-Id: If4313d217967310ede7ed3fe11bdbe49311e1a4f
This commit is contained in:
Winson Chung 2015-06-16 17:20:56 -07:00
parent 92060267c4
commit 01d4053436
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
android:src="@drawable/ic_arrow_back_grey" />
<com.android.launcher3.allapps.AllAppsSearchEditView
android:id="@+id/search_box"
android:id="@+id/search_box_input"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/transparent"

View File

@ -83,7 +83,7 @@ final class DefaultAppSearchController extends AllAppsSearchBarController
mDismissSearchButtonView = mSearchBarContainerView.findViewById(R.id.dismiss_search_button);
mDismissSearchButtonView.setOnClickListener(this);
mSearchBarEditView = (AllAppsSearchEditView)
mSearchBarContainerView.findViewById(R.id.search_box);
mSearchBarContainerView.findViewById(R.id.search_box_input);
mSearchBarEditView.addTextChangedListener(this);
mSearchBarEditView.setOnEditorActionListener(this);
mSearchBarEditView.setOnBackKeyListener(