Closed EvlinLee closed 7 years ago
Quick and dirty solution here. Edit SearchSuggestionAdapter.java file. Find function public void onBindViewHolder(RecyclerView.ViewHolder vh, int position). Here hard code the value of instance variable mShowRightMoveUpBtn to true.
SearchSuggestionAdapter.java
public void onBindViewHolder(RecyclerView.ViewHolder vh, int position)
mShowRightMoveUpBtn
true
Quick and dirty solution here. Edit
SearchSuggestionAdapter.java
file. Find functionpublic void onBindViewHolder(RecyclerView.ViewHolder vh, int position)
. Here hard code the value of instance variablemShowRightMoveUpBtn
totrue
.