- 23 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
Configuring colors
- Mis à jour le 23 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
Header colors
<HeaderColorstitleColor="FFFFFF"backgroundColor="005596"
backgroundAlpha="B3" />
HeaderColors: This element is used to configure the color of the Mobile Authenticator Studio headers, which are displayed on each application screen.
titleColor: The text color in RGB format (RRGGBB, from 000000 to FFFFFF). This attribute is optional. The default value is FFFFFF.
This element is ignored if titleClass is customized in the TextLayouts element. In this case, the color of the associated class will be used.
backgroundColor: The background color in RGB format (RRGGBB, from 000000 to FFFFFF). This attribute is optional. The default value is 005596.
backgroundAlpha: The transparency of the background. It is a hexadecimal value from 00 (fully transparent) to FF (fully opaque). This attribute is optional. The default value is B3.
Background color of selected menu item
<SelectedMenuItemBackgroundColorcolor="F8971D"
alpha="B3" />
SelectedMenuItemBackgroundColor: This element is used to configure the background color of selected menu items:
color: The background color in RGB format (RRGGBB, from 000000 to FFFFFF). This attribute is optional. The default value is F8971D.
alpha: Transparency of the background. It is a hexadecimal value from 00 (fully transparent) to FF (fully opaque). This attribute is optional. The default value is B3.
Border color of menu items
<MenuItemBorderColorcolor="888888" />
MenuItemBorderColor: This element is used to configure the border color of menu items.
color: The color in RGB format (RRGGBB, from 000000 to FFFFFF). This attribute is optional. The default value is 888888.
Progress bar color
<ProgressBarcolor="005596" />
ProgressBar: This element is used to configure the color of the progress bar.
color: The color of the progress bar in RGB format (RRGGBB, from 000000 to FFFFFF). This attribute is optional. The default value is 005596.