I have recently updated my app to implement Material Design. To make the app backwards compatible, I changed my appBaseTheme from "Theme.Holo.Light.DarkActionBar" to "Theme.AppCompat.Light.DarkActionBar". However, I have a custom keyboard that keeps popping up in the old holo theme.
I think I have to use a style called "Widget.Material.Light.KeyboardView", but I get the message:
Error: Resource is not public
when I try to use it in the theme attribute of my keyboardView. All I want is for my keyboard to look similar to the new Lollipop keyboard. Can anybody help me?