Sizing the radiobutton

前端 未结 3 1227
南旧
南旧 2021-01-04 00:46

I have some radiobuttons in an app that works with touch. Because the end-user can have thick fingers, I want to make the circle and text int he radiobutton bigger.

3条回答
  •  时光说笑
    2021-01-04 01:03

    A more of a hack would be to try to simply transform the object with something like...

    
        
    
    

    Just remember that ScaleX and ScaleY needs to be equal, otherwise the object will look stretched awkwardly

    According to my own experimenting, the rendering of this is not at all messed up (e.g. no alignment issues, etc.)

提交回复
热议问题