I recently updated an application to implement Material Design. To make the application backward compatible, I changed my appBaseTheme from "Theme.Holo.Light.DarkActionBar" to "Theme.AppCompat.Light.DarkActionBar". However, I have a custom keyboard that constantly appears in an old bare theme.
I think I need to use a style called "Widget.Material.Light.KeyboardView", but I get a message:
Error: The resource is not public.
when I try to use it in the theme attribute of my keyboard. All I want is for my keyboard to look just like the new Lollipop keyboard. Can anybody help me?
source share