Change floating search button icon
- Add an alias name for floating search button Bug: 111665984 Test: rebuild Change-Id: I020cd4a163ae586f5b8faa0d4f8d9bc8bbd84fa4
This commit is contained in:
@@ -87,6 +87,8 @@ public class HomepageFragment extends InstrumentedFragment {
|
||||
final int screenWidthpx = getResources().getDisplayMetrics().widthPixels;
|
||||
final View searchbar = activity.findViewById(R.id.search_bar_container);
|
||||
final View bottombar = activity.findViewById(R.id.bar);
|
||||
final Toolbar searchActionBar = (Toolbar) activity.findViewById(R.id.search_action_bar);
|
||||
searchActionBar.setNavigationIcon(R.drawable.ic_search_floating_24dp);
|
||||
|
||||
|
||||
mBottomSheetBehavior.setBottomSheetCallback(new BottomSheetBehavior.BottomSheetCallback() {
|
||||
|
||||
Reference in New Issue
Block a user