BlueFletch Enterprise
  • BlueFletch Enterprise
  • Product Guides
    • BlueFletch Launcher
      • Configurable Layouts
        • Layouts
        • Orientation Options
        • Criteria
        • Widgets
        • Implied Groups
        • Kiosk Mode
        • Persistent Foreground App
        • Password Protected Applications
        • Quick Start Applications Folder
        • Layout Custom Actions
        • Replacement Values
        • Assets Manager
      • Theming
        • Configure Theme
        • Site-Specific Theming
        • Custom Field Display
      • Site Information Service
      • Custom Intents
        • Standard Android Intents
        • Platform Actions
        • Filtering
        • Technical Guide
      • Security and Safety
        • Clear App Data on Logout
        • Application Enabler
        • Disable Packages
        • Key Management
        • NFC Enable/Disable
        • Secure Notifications
        • Wi-Fi UI Settings Enable/Disable
        • Motion Activated Device Lock
        • Unique Login
        • Local Admin Password
        • Device Remote Lock
      • Device Loss Prevention
        • Low Battery Mode
        • Luggage Tag Mode
        • Secure Device Mode
      • Launcher Provider SDK
      • Load Configurations via QR Code Scan
      • Getting Started
      • Technical Guide
      • Release Notes
    • Authentication and SSO
      • Features
        • Secondary Authentication
          • PIN
          • Face Recognition
          • NFC Tag
          • Barcode
          • Alternate Secondary Authentication
      • Technical Guide
        • LDAP
        • AppAuth/OIDC
        • Okta (Session)
        • MSAL
        • ADFS 3.0/2012 Using ADAL
      • Release Notes
    • Support Application
      • Features
        • Events to Splunk
        • Logs to Azure
        • External Configuration Support
        • Application Usage History
        • Generating RxLogger Log Files
      • Technical Guide
        • Event Information
        • Event Examples
      • Support Installer
      • Getting Started
      • Release Notes
    • Device Finder
      • Features
        • Device Details
        • Device Status
        • View Site Devices
      • Technical Guide
      • Getting Started
      • Release Notes
    • Browser
      • Features
        • Custom Scripts
        • FIDO2 / Webauthn Support
        • URL AllowList and BlockList
      • Technical Guide
        • Configuring Browser
        • All Configuration
        • Available Intents
        • APIs and Page Actions
      • Release Notes
    • Chat
      • Features
      • Technical Guide
      • Getting Started
      • Release Notes
    • Playbook Agent
      • Features
      • Getting Started
      • Release Notes
    • Portal
      • Login & Logout
      • Navigation & Account Settings
      • Support Agent
        • Home
        • Device Details
        • Dashboards
        • Cards
        • Event Explorer
        • Reports
      • Enterprise Launcher
        • Creating a Configuration
        • Sending a Notification
        • Managing Sites
      • Playbook MDM
        • Playbooks
        • Plays
        • Devices
        • Deployment Groups
        • Zebra StageNow
      • EMM Console
        • Overview
        • Setup
          • Enroll Org in EMM
          • Policy Management
          • Provisioning
          • Device Management
          • Installing Playbook in EMM
        • Troubleshooting
          • Device Issues
          • Policy Issues
      • Chat Manager
        • Overview
        • Chat Roles
        • Chat Channels
        • Chat Audio Transcription
        • Message Logs
      • Admin
        • Organization
        • Single Sign On
          • Azure Setup
          • Okta Setup
          • Google Workspace Setup
          • Portal Setup
        • Users
        • Roles
          • Overview
          • Predefined Roles
          • Permissions
          • Manage Roles
        • Downloads
        • Agents
        • Key Management
          • Overview
          • API Keys
          • Device Keys
          • Device Restrictions
          • Allowed IP Addresses
        • Enterprise
        • Audit Logs
      • Event Forwarding
      • Remote Control
      • Getting Started
      • Release Notes
    • Other Applications
      • Messaging
        • Features
        • Technical Guide
        • Release Notes
      • Keyboard
        • Features
        • Technical Guide
          • How to: Set Keyboard as default
        • Release Notes
      • Bluetooth
        • Features
        • Release Notes
      • Voice Chat
        • Features
        • Release Notes
      • Device Remote Control
        • Features
        • Technical Guide
        • Release Notes
      • Device ID
        • Features
        • Technical Guide
        • Release Notes
      • Suite Installer
        • Technical Guide
        • Release Notes
      • Accessibility Enabler
        • Release Notes
      • EPM Plugin
        • Features
        • Technical Guide
        • Release Notes
    • Workforce Identity
  • Technical Documentation
    • Updating License Key
    • Commonly Reported Issues
    • Deploying BlueFletch Enterprise
      • Android 10 and 11
      • MDMs
        • Workspace One (VMWare AirWatch)
        • SOTI
        • Microsoft Intune
          • Microsoft Intune + Playbook
      • From Portal to Playbook Agent
Powered by GitBook
On this page
  • Overview
  • User Guide
  • Feature Configuration
  • Enabling Theme Support
  • Setting Up the Background Theme
  • Setting Up the Wallpaper Image
  • Setting Up the Logo
  • Setting Up the Accent Color
  • Setting Up the Duotone Colors
  • Setting Up the Blur Radius and Blur Passes
  • Setting Up the Folder Colors
  • Button Shape
  • Full Configuration
  1. Product Guides
  2. BlueFletch Launcher
  3. Theming

Configure Theme

This allows admin to set themes for the device such as the logo, theme colors, and wallpaper.

Overview

You can define and customize separate wallpapers for the main and lock screens to match an organization’s needs or preferences.

User Guide

You can customize the Launcher UI to match your organization’s branding. These include the company logo, height of the logo, background color, and accent color.

  1. If this feature is enabled in the configuration, theme support will be available.

  2. You can specify the company logo, the height of the logo in pixels, the background color, and the accent color.

  3. Once you have set these values, the Launcher UI will be themed according to your specifications.

Feature Configuration

To set up the Theme feature for a particular device profile or device group, please follow the steps below:

Enabling Theme Support

Theme support can be enabled or disabled within the Launcher configuration. If theme is set to true, theme support will be available.

"theme": {
    "enable": "true",

Setting Up the Background Theme

If darkTheme is set to true, the device changes all element text colors to black. If darkTheme is set to false, the device will use a light background.

 "darkTheme": false,

Setting Up the Wallpaper Image

To set up the wallpaper image for the Launcher UI, specify the name, local path, or URL of the image. There are also built-in wallpaper images available such as bubble, topology, messe, or swirl.

Example using Assets Manager:

 "wallpaperImage": "assets:wallpaper",

Example using a local file:

 "wallpaperImage": "/sdcard/Download/ems/wallpaper.png",

Setting Up the Logo

To set up a company-specific logo for the Launcher UI, add the image from the assets folder. For example:

 "logo": "assets:logo",

Setting Up the Accent Color

To set up a company-specific accent color for the Launcher UI, use the example below as a guide:

"accentColor": "#FFCC00",

Setting Up the Duotone Colors

You can optionally apply a tint on your wallpaper image. You can set up the colors for the light and dark halftone colors of the wallpaper image. For the sample configuration below, the wallpaper image will be tinted with white for the light halftone color and gray for the dark halftone color.

To use your wallpaper as-is without tinting, set the two values to "" or blank.

"duoToneWhite": "#FFFFFF",
"duoToneBlack": "#DDDDDD",

Setting Up the Blur Radius and Blur Passes

The blur radius and blur passes properties specify the size and number of times the blur filter is applied to the wallpaper image. The default values for the blur radius and blur passes are 0, which means that no blur will be applied to the wallpaper image by default. To apply a blur to the wallpaper image, you can set the blur radius and blur passes properties to non-zero values. Use the sample configuration below as a guide:

"blurRadius": 0,
"blurPasses": 0,

Setting Up the Folder Colors

You can specify the color of the text and background of an open folder object. If the darkTheme property is enabled, then the background color property should be set to a dark color to make the text in the folders easier to read. On the other hand, choosing a light background color while enabling darkTheme would make text difficult to read. If the darkTheme property is disabled, then the background color can be set to any color. Use the sample configuration below as a guide:

"folderBackgroundColor": "#FFFFFF",
"folderTextColor": "#000000"

Button Shape

Launcher 3.24.20 introduced the ability to control the button shapes. First enable the feature by setting consistentButtonShape setting to true, then set the radius value for the button corners.

"consistentButtonShape": true,
"buttonCornerRadius": 8

Full Configuration

The Launcher UI can be themed using this example:

"theme": {
    "enable": "true",
    "darkTheme": false,
    "wallpaperImage": "assets:wallpaper",
    "logo": "assets:logo",
    "accentColor": "#FFCC00",
    "duoToneWhite": "#FFFFFF",
    "duoToneBlack": "#DDDDDD",
    "blurRadius": 0,
    "blurPasses": 0,
    "folderBackgroundColor": "#FFFFFF",
    "folderTextColor": "#000000",
    "consistentButtonShape": true,
    "buttonCornerRadius": 8
},
PreviousThemingNextSite-Specific Theming

Last updated 11 months ago