Top "Styles" questions

DO NOT USE THIS TAG.

WPF ControlTemplate: How to provide a default value for TemplateBinding?

I am writing a WPF control that subclasses a Button. I then provide a default style in Themes\generic.xaml, …

wpf styles default controltemplate templatebinding
android Theme.Holo.Dialog changing blue lines to orange

Default color for lines on Android theme Theme.Holo.Dialog are blue. I'd like to know how to change this …

android colors styles themes
What's the difference between windowBackground and background for activities style?

I have a background set for all of the activities of the app by using the "android:background" parameter in …

android background styles android-activity android-theme
Transparent button background in WPF using style

I've found this topic about setting the border of a button to transparent. This works fine, but I want to …

c# wpf button styles transparent
How do I apply a style to the ListViewItems in WPF?

First of all, I am new to WPF. I have this style ready for my items: <Style x:Key="…

c# wpf listview styles listviewitem
Elegantly override style of ComboBox's ToggleButton in WPF

I have a question regarding how to elegantly override an arbitrary element deep inside a control's visual tree. I also …

wpf templates combobox styles controltemplate
WPF Bind to parent property from within nested element using style

I've been trying to build a text box with a hint that's displaying while it's empty. I'm having trouble setting …

wpf styles relativesource
Python PEP: blank line after function definition?

I can't find any PEP reference to this detail. There has to be a blank line after function definition? Should …

python coding-style styles pep
Change thickness of the bottom line of EditText when wrapped into TextInputLayout

here is my code XML Markup <android.support.design.widget.TextInputLayout android:layout_width="match_parent" android:layout_height="…

android android-edittext styles material-design android-textinputlayout
Setting a style's TargetType property to a base class

I was just poking around a bit in WPF and wanted all elements on my Window to share the same …

wpf styles targettype