glomadrian / material-animated-switch

A material Switch with icon animations and color transitions
1.18k stars 158 forks source link

Make Switch Toggle larger size #23

Open sciage opened 7 years ago

sciage commented 7 years ago

I am making the size of the Switch button larger, but I can't make it using "Layout-width" and "Layout-Height". Please let me know how to increase their size, because right now they are looking too small on my device. THanks

onuryurtturk commented 7 years ago

same here!

martialkonvi commented 6 years ago

Hello have the same issue, the workaround for me was to set a scale factor on the MaterialAnimatedSwitch. android:scaleX="1.1" android:scaleY="1.1"