Android Studio Code Snippet I have an android device that has it’s maximum width and height specified in dp units. Max Width – 1079 dp Max Height – 399 dp I want to create a LinearLayout that has to be present vertically and horizontally centered with its height to be in wrap_content length and width to occupy 50vw units. I