- January 24, 2012
- 2,569
- 2,680
- Home Country
- United Kingdom
- Thread starter
- Moderator
- #111
To make more sense basically the question was, i want to add a new style in which the horizontal menu will have no colours just the text and the text will be a greyish colour when not highlighted.Yes, this is the inheritance chain.Question is, the HomeGroupListViewStyle as far as i can see is using MenuListViewStyle which is using DefaultListViewStyle lol is that correct ?
Not sure if I understood the question right. If you now plan to modifiy the button content style, you should do this here: https://github.com/morpheusxx/Media...lt/styles/OtherControlsOverrides.xaml#L39-L67.and how would i add the code to OtherControlsOverrides.xaml to style HomeGroupListViewStyle instead of using the inherited defaults.
Generally spoken, if you need to modify a style you can:
For Titanium I also used both ways.
- Define it with same name inside ApolloOne styles, they will override the "default" ones globally
- Or you define new styles with new names and modify all places where you plan to use the different style without touching the other defaults