Renaming id to prevent collision.
Bug: 21878123 Change-Id: If4313d217967310ede7ed3fe11bdbe49311e1a4f
This commit is contained in:
parent
92060267c4
commit
01d4053436
|
@ -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"
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue