About (button , text box , ...) height and width

Hello
Is there a way I can control the width and height of a button or text box other than just being automatic and fill parent ? sometimes I need the button to be a square shaped 200 px x 200 px , I can’t do it here , any help ?

You can use Cardview and customize it according to your needs.

1 Like

If you fill in 200px , size wil be pixel. If you fill in just 50, size will be in percentage. Check the documentation for more info.

1 Like

Why are you not getting it? :thinking:

If I fill in just a number it turns to pixels , for percentage I type 50% , can you make sure of that ?

Why not try yourself? Is it better to ask simple questions or try it out yourself?
You can set default values to be used (percentage or pixels):

1 Like