FloatingActionButton icon indicating copy to clipboard operation
FloatingActionButton copied to clipboard

setLabelText is not working!!!

Open kotran88 opened this issue 5 years ago • 0 comments

image clicked

as above, even though I set Text on floatingactionbutton, text is not shown,

my code is as belows. I don't think code is problem because I get it from example code in here.

ContextThemeWrapper context = new ContextThemeWrapper(ccontext, R.style.MenuButtonsStyle); FloatingActionButton programFab2 = new FloatingActionButton(context); programFab2.setLabelText("Programmatically added button"); programFab2.setImageResource(R.drawable.addicon);

                               ` actionMenu.addMenuButton(programFab2);`

kotran88 avatar Aug 23 '18 12:08 kotran88