How to replace FilterMenu icon
yanchengdeng opened this issue · 4 comments
yanchengdeng commented
How to replace FilterMenu icon
yanchengdeng commented
ok, I have already replaced FilterMenu icon SUCCESSFULLY!THX
Tindi commented
@yanchengdeng how did you manage to replace the icon? I would really appreciate the tip.
yanchengdeng commented
// drawable = new FilterMenuDrawable(ctx, Color.WHITE, collapsedRadius); // drawable = ctx.getDrawable(R.drawable.ic_cancel); drawable = ctx.getResources().getDrawable(R.mipmap.icon_home);
FilterMenuLayout.class you can find some codes in line 309 like above ! Than replace the icon you want ! Sorry my English is not good,hope can help you !
AskMeCode commented
Hello Please how wi can add icon with Drawable or Bitmap not by id?