Choosing a Custom Icon
Choosing a Custom Icon

Choosing a Custom Icon

Create custom icons and transfer them to the WFConnect folder on the device. Choose a custom icon using the GUI or XML.
Icons must be 128 pixels by 128 pixels and in PNG format.
  1. Connect the device to a host computer using a USB cable.
  2. From the host computer, copy the icon file to the
    WFConnect
    folder on the device.
  3. In
    UI Settings
    , select
    Edit Dashboard
    or
    Edit In-Call
    Add
    .
  4. Select the new button. A yellow box appears around the selected button.
  5. Touch
    Edit
    .
  6. Select the check box next to
    Confirm On Click
    to enable this (the default is Disabled).
  7. In the
    Description
    field, enter a short description of the button function.
  8. Touch
    Icon.
    The
    Select Icon
    menu displays.
  9. From the
    SDCARD
    tab, select an icon.
  10. Touch
    BG
    to set the background color. See Setting Button Background Color.
  11. Touch
    FG
    to set the foreground text color. See Setting Button Text Color.
  12. Touch the
    Back
    button to return to the Zebra Voice home screen.
XML example of choosing a custom icon.
<Dashboard> or <CallButtons> ... <Button> <title>Dial</title> <action>DIAL</action> <value></value> <enabled>true</enabled> <confirm>false</confirm> <description>Custom dial button</description> <bg_color>#FF001425</bg_color> <fg_color>#FFFFFFFF</fg_color> <icon>dialbtn.png</icon> </Button> ... <Dashboard> or <CallButtons>