-
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
-
UI Concept
The Frontline Layout Catalog is a collection of models that define layouts. To create your own catalog for development, you can define it as shown here: <Catalog Name="MyCatalog" Version="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="" xsi:noNamespaceSchemaLocation="ui_catalog.xsd"> </Catalog> Part…
-
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
-
Color Map
These are the predefined colors that you can use inside the layout definition. Otherwise, you can refer to any color by using its corresponding hexcode (e.g., #ffffff): yellow.light yellow yellow.dark blue.light blue blue.dark red.light red red.dark green.light green green.dark orange.light orange orange.dark black white…
-
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