Choosing a Button from the Icon Library
Choosing a Button from the Icon Library

Choosing a Button from the Icon Library

Choose a button from the icon library using the GUI or XML.
  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. In the
    Description
    field, enter a short description of the button function.
  6. Touch
    Icon.
    The
    Select Icon
    menu is displayed.
  7. From the
    Library
    tab, select an icon.
  8. Touch
    BG
    to set the background color. See Setting Button Background Color.
  9. Touch
    FG
    to set the foreground text color. See Setting Button Text Color.
  10. Touch the
    Back
    button to return to the Zebra Voice home screen.
XML example of choosing a button from the icon library.
<Dashboard> or <CallButtons> ... <Button> <title>Dial</title> <action>DIAL</action> <value></value> <enabled>true</enabled> <confirm>false</confirm> <description>Dial button from library</description> <bg_color>#FF001425</bg_color> <fg_color>#FFFFFFFF</fg_color> <icon>ic_dialpad</icon> </Button> ... <Dashboard> or <CallButtons>