MaterialDesignLibrary
MaterialDesignLibrary copied to clipboard
Unable to setTextSize in buttons
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 :)
Another vote for this.
I really need this feature, the Persian text inside Buttonflat are shown very small
+1
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