MaterialDesignLibrary icon indicating copy to clipboard operation
MaterialDesignLibrary copied to clipboard

Unable to setTextSize in buttons

Open firetrap opened this issue 10 years ago • 4 comments

it's not a issue but an improvement, it will be very good to be possible to change textsize in Flat Button and Rectangle Button. Keep the good work :)

firetrap avatar Feb 18 '15 23:02 firetrap

Another vote for this.

npike avatar Feb 24 '15 19:02 npike

I really need this feature, the Persian text inside Buttonflat are shown very small

hoseinit avatar Jun 21 '15 10:06 hoseinit

+1

vtni avatar Jul 19 '15 17:07 vtni

you can use this feature with the following code: ((ButtonFlat)findViewById(R.id.buttonflat)).getTextView().setTextSize(12f);

but we will add the function direct to the button views

xcelder avatar Nov 16 '16 23:11 xcelder