The Keyboard SDK allows you to configure the appearance of the keyboard by changing colors, font, background, and more, for different parts of the keyboard.
To modify the keyboard’s appearance, you can utilize the StyleConfiguration class. It provides the means to modify two key elements:
When you install the Keyboard SDK the default theme resembles the appearance of the stock keyboard. This default theme is available for both light and dark mode and it is selected automatically by the system:
If you want to use the default theme, just call the StyleConfiguration().dictForceTheme
for the light theme.
If you want to modify the by default theme, just create your own KeyboardTheme and configure the SytleConfiguration
with this new theme.
The main configurations include: