Top "Styles" questions

DO NOT USE THIS TAG.

Style.Triggers vs ControlTemplate.Triggers

When should I choose Style.Triggers and when should I choose ControlTemplate.Triggers? Are there any benefits using one over …

c# wpf xaml styles controltemplate
Change Drawable Based on Theme

I've got an image in two different colors, corresponding to two different themes in Android. I want to use them …

android styles
Changing the appearance of a Scrollbar in tkinter (using ttk styles)

I was wondering if you could help me with a style options issue in ttk. I've managed to change most …

python tkinter styles scrollbar ttk
How to make button non transparent?

I wrote custom View which draws a circle. Then I put it on relative layout. Also I put standard button …

android styles transparency z-order
How to use Notification Inbox style using android?

I do not know how to use Notification Inbox style exactly. I just tried this below code and it is …

android notifications styles inbox
Spinner with multi-line items overlaps selected item display on Froyo

I'm trying to create Spinners that look the same on all versions of Android back to Froyo. To that end, …

android android-layout styles android-spinner android-holo-everywhere
How to point one resource (a SolidColorBrush) at another

I set up a load of SolidColorBrush and LinearGradientBrush resources in a ResourceDictionary. I used these as I was restyling …

wpf resources styles resourcedictionary
Set Style for user control

I am trying to set a style for my user control. The UserControl is in a project "Controls" and the …

wpf user-controls styles resourcedictionary dynamicresource
WPF - RelativeSource in Style

My target is to bind the Content-Property of the Label to the Tag-Property of the Elements the Style is applied …

wpf xaml binding styles relativesource
Change TextInputLayout only hint text style

I am trying to change TextInputLayout hint text style to bold. I changed color and other styles of hint in …

android styles hint textstyle