Screen { U2Title "title" { text "SELECT PROFILE" } Group "label" { position 0, -60 anchor centre, mid layout vertical children { Text "text" { text "No profiles exist" invisible } } } U2Menu "select_profile" { position 0, -110 Layout vertical gap 0, 4 Anchor centre, top clip 640, 226 children { } } U2ButtonPrompt "bpA" { button A text "SELECT" } U2ButtonPrompt "bpB" { button B text "BACK" } U2ButtonPrompt "bpX" { button X text "DELETE" notify } U2ButtonPrompt "bpY" { button Y text "CREATE" notify } }