-
Text
Displays a text that can be formatted with the help of attributes. Example <Text Weight="0.45" Content="Hello World" Style="InfoLabelStyle" BackgroundColor="gray.darker"/> Attributes Style
-
Button
Displays a button on the screen. The button can be selected by gestures or navigational controls on your device. When selected, it will initiate an event that is processed within the workflow. Example <Button Name="BtnQuit" FocusOrder="1" Weight="0.3" FocusStyle="PART_1"> <Image Weight="0.6" Content="§{quit.png}§"…
-
Image
This element displays a defined image. Example <Image Name="ICON" Weight="0.1" Margin="0,0,0,0" Content="§{icon.png}§"/> Attributes Style
-
List
Displays the available content in the for of a list. Example <List Name="SELF_MENU_TABLE_MENU" FocusOrder="0" TextStyle="LIST_ITEM_STYLE" PageIndicatorStyle="PAGE_INDICATOR_STYLE" EntriesPerPage="5" Border="0,gray.dark,black" /> Attributes FocusOrder
-
Shape
Defines a generic graphical shape. Example <Shape Weight="0.05" StartColor="red.dark" EndColor="#00000000" Angle="0"/> Attributes Style
-
Camera
The camera feature displays the viewfinder on your device. The camera needs to be manually activated with an action to see the image. Example <Camera> <MaskOverlay/> <RectangleOverlay/> <AROverlay/> </Camera>
-
EditText
A text input field that allows the user to modify a previously typed text. Example <EditText Name="COMMENT_FIELD" Padding="10,10,10,10" CursorVisible="true" MaxSize="40" MaxLines="10" Hint="No comment yet" Gravity="Left,Top"/> Attributes Style
-
Animation
Example <Animation Weight="0.5" Margin="20,0,20,0" Content="ANDRRES_bluetooth_connection" Loop="true" Control="Start" ColorFilter="gray"/> Attributes Style Margin Weight Loop Control ColorFilter