Configuring the Blank Button
Configuring the Blank Button

Configuring the Blank Button

Configure the Blank button using the GUI or XML.
Blank provides a space between buttons for a more customized look and feel. If touched, the Blank button does not act.
  1. In UI Settings, select
    Edit Dashboard
    or
    Edit In-Call
    Add
    .
  2. Select the new button. A yellow box appears around the selected button.
  3. Touch
    Edit
    .
  4. Select the check box next to
    Confirm On Click
    to enable this (the default is Disabled).
  5. Touch
    Action
    and select
    BLANK
    .
  6. In the
    Title
    field, enter
    Blank
    .
  7. Touch the
    Back
    button to return to the Zebra Voice home screen.
XML example of the Blank button.
<Dashboard> or <CallButtons> ... <Button> <title>Blank</title> <action>BLANK</action> <value></value> <enabled>true</enabled> <confirm>false</confirm> <description>Empty space</description> <icon></icon> </Button> ... </Dashboard> or </CallButtons>