I'm building a Container
using code and now I want to set the Style
using one UnselectedStyle from the Resource Editor.
I'm doing this because, I don't find the way to add a LinearBackground color and a RoundBorder to my Container
. When I put the two properties to the Style
, the background color has gone.
So I finally add this Style
using the UIManager.getInstance().addThemeProps(String name ThemeFromResource);
and later the setUIID(String nameStyle)
. Is working fine...my Container
gets the Style
, but the app lose the navigation, the back Command
has gone.
How can do this? I would like to do with my first way...creating the lineargradient and the border and adding it to the style, but I don't find the way.