Creating a custom Mobile theme
You can create a custom Mobile theme to replace the default theme that is supplied with IBM® Cognos® Mobile.
Before you begin
Plan the design of your custom theme and prepare the required resources, such as image files.
About this task
When Cognos Mobile is installed, the installation directory c10_location/templates/mobile contains the defaultTheme.zip file. This is the default theme template. You can use this template as a starting point when creating your own custom theme.
The defaultTheme.zip file contains different directories and files. The main_panel\index.html file is the only file that is required for your custom theme. In this file you define all resources, such as images, that you want to use in your custom theme, and modify the color scheme and font styles.
The nls directory in the default theme template contains a directory structure for language-specific themes. You can emulate this structure or implement your own mechanism for creating language-specific themes.
You can use the following procedure as a guidance when creating a custom mobile theme based on the default theme.