jlhonora/multistatetogglebutton

How to configure textSize?

Closed this issue · 1 comments

How to easily configure the textSize of all buttons? Or do I have to set it for each one individually?

OK, for future reference I got this working by adding this to styles.xml:

<style name="MultiToggleButtonStyle">
    <item name="android:textSize">8sp</item>
</style>

And setting this attribute:

android:theme="@style/MultiToggleButtonStyle"