Screen { U2Title "title" { text "PASSWORD" } Group "label" { position 0, -60 anchor centre, mid layout vertical children { Text "text" { text "input verification code:" } } } Group "grp" { position 0, 0 anchor centre, mid layout horizontal gap 8, 8 children { U2MiniItem "a" { size 64, 42 text " " } U2MiniItem "b" { size 64, 42 text " " } U2MiniItem "c" { size 64, 42 text " " } U2MiniItem "d" { size 64, 42 text " " } } } # U2ButtonPrompt "bpA" # { # button A # text "SELECT" # } U2ButtonPrompt "bpB" { button B text "BACK" notify } }