Answers for "android findviewbyid from item.actionView returns null"

0

android findviewbyid from item.actionView returns null

item.setActionView(R.layout.counter_action_bar_notification_icon);

        final View menu_hotlist = MenuItemCompat.getActionView(item);
        TextView ui_hot =(TextView) menu_hotlist.findViewById(R.id.hotlist_hot);
        ui_hot.setText(Integer.toString(13));
Posted by: Guest on May-17-2020

Code answers related to "android findviewbyid from item.actionView returns null"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language