- width
- The desired layout width of the window.
- height
- The desired layout height of the window.
Set the width and height layout parameters of the window. The default for both of these is MATCH_PARENT; you can change them to WRAP_CONTENT or an absolute value to make a window that is not full-screen.