|
|
@@ -62,6 +62,16 @@ form basicControls
|
|
|
consumeInputEvents = true
|
|
|
}
|
|
|
|
|
|
+ textBox testPasswordTextBox
|
|
|
+ {
|
|
|
+ style = topLeftAlignedEntry
|
|
|
+ position = 20, 540
|
|
|
+ size = 250, 40
|
|
|
+ text = password
|
|
|
+ consumeInputEvents = true
|
|
|
+ inputMode = PASSWORD
|
|
|
+ }
|
|
|
+
|
|
|
container radioButtonContainer
|
|
|
{
|
|
|
layout = LAYOUT_VERTICAL
|
|
|
@@ -116,4 +126,4 @@ form basicControls
|
|
|
size = 200, 100
|
|
|
text = Alignment: bottom-right. Right margin: 50. Bottom margin: 100.
|
|
|
}
|
|
|
-}
|
|
|
+}
|