-
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"/> Text Formatting It is possible to apply formatting to the content of the text element using a limited set of HTML tags. The following list includes all…
-
Panel
A wrapper to structure your layouts. Example <Panel Weight="1" Orientation="Horizontal"> <Panel Weight="0.5" Orientation="Vertical"> [...] </Panel> <Panel Weight="0.5" Orientation="Vertical"> [...] </Panel> </Panel>
-
Battery Status
Displays the current state of the device battery. It shows the battery's charging level in percent as well as whether the battery is being charged. Example <BatteryStatus Weight="0.05" Padding="1,1,1,1"/> Attributes ColorFilter
-
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}§"…
-
StackLayout
Contains several items that are stacked on top of each other. This allows the top visible stack item to overlap with the other ones underneath it. Example <StackLayout> <StackItem> <Image Name="Background" ScaleType="CenterCrop" IMAGE_POST_PROCESS="TRUE"/> </StackItem> <StackItem> <Panel BackgroundColor="#66000000"/>…
-
Bluetooth Scanner
Shows if an external barcode scanner is currently connected to the device. Example <BTSCANNER_WIDGET Name="BTSCANNER_WIDGET" Weight="0.05" Content="ANDRRES_ic_31barcode" Padding="1,1,1,1" Visibility="Gone"/> Attributes ColorFilter
-
Image
This element displays a defined image. Example <Image Name="ICON" Weight="0.1" Margin="0,0,0,0" Content="§{icon.png}§"/> Attributes Style
-
StackItem
Displays a text that can be formatted with attributes. Example <StackItem> <Panel BackgroundColor="#77000000"/> </StackItem> Attributes Style
-
Microphone Speech Feedback
A wrapper that is used to structure your layouts. Example <MicrophoneSpeechFeedback Weight="0.05" Padding="1,1,1,1" Margin="2,0,2,0" PositiveNotifications="true" NegativeNotifications="true"/>
-
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