MaterialPopupMenu
MaterialPopupMenu copied to clipboard
How can i change text size?
i need change text size.
typeface
Hi,
You might modify this e.g. by using a viewBoundCallback
to get reference to the TextView itself and it there. For a sample see https://github.com/zawadz88/MaterialPopupMenu/blob/1d2c2fa03fdfb5d6b393724a369b4ca9254d8d56/sample/src/main/java/com/github/zawadz88/materialpopupmenu/sample/LightActivity.kt#L399