标签: android toolbar
我想固定活动类中溢出图标的宽度
Drawable drawable = ContextCompat.getDrawable(getApplicationContext(),R.drawable.test_image); toolbar.setOverflowIcon(drawable);
如何通过编程方式将溢出图标的高度和宽度设置为?