How to set set button height ?
Closed this issue · 3 comments
azizimusa commented
I can't find it in the documentation.
jlhonora commented
Try something like this:
<org.honorato.multistatetogglebutton.MultiStateToggleButton
android:layout_width="wrap_content"
android:layout_height="100dip" />
azizimusa commented
But the text inside it won't vertically centered.
UPDATE
nevermind, I copy your class into my project. Then edit it to my preference. At 1st, I was only importing through gradle.
jlhonora commented