Removed unsed libs
This commit is contained in:
parent
570a235836
commit
70dda1e85f
10 changed files with 31 additions and 37 deletions
|
@ -56,6 +56,9 @@ public class OptionMenuItemView extends FrameLayout {
|
|||
int accentColor = ThemeStore.Companion.accentColor(context);
|
||||
setBackground(ContextCompat.getDrawable(context, R.drawable.menu_item_background));
|
||||
|
||||
setClickable(true);
|
||||
setFocusable(true);
|
||||
|
||||
inflate(context, R.layout.item_option_menu, this);
|
||||
|
||||
setBackgroundTintList(ColorStateList.valueOf(ColorUtil.INSTANCE.adjustAlpha(accentColor, 0.22f)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue