i'm building container using code , want set styleusing 1 unselectedstyle resource editor.
i'm doing because, don't find way add linearbackground color , roundborder container. when put 2 properties style, background color has gone.
so add style using uimanager.getinstance().addthemeprops(string name themefromresource); , later setuiid(string namestyle). working fine...my containergets style, app lose navigation, commandhas gone.
how can this? first way...creating lineargradient , border , adding style, don't find way.
i suggest against doing that.
border's override other forms of background, round border tries respect of them inefficient that. draws background on mutable image draws round border on mutable image, gets rgb both , performs not operation crop background round image. (as might understand) expensive in terms of performance, while image cached still expensive in longer term.
you should use image borders faster.
Comments
Post a Comment