如何从活动类设置溢出图标的高度和宽度

时间:2019-07-18 10:56:50

标签: android toolbar

我想固定活动类中溢出图标的宽度

Drawable drawable = ContextCompat.getDrawable(getApplicationContext(),R.drawable.test_image);

toolbar.setOverflowIcon(drawable);

如何通过编程方式将溢出图标的高度和宽度设置为?

0 个答案:

没有答案