[android][demo] Demonstration of styling Android components / setup a minimal project style set
The included Styles show-case how minimal styling of a button can work. Applying a custom theme is only needed when wanting to overwrite for example the default theme's accent color.
Note: Setting android:textColorPrimary
on the main AppTheme
affects the default button styling.
Styling of buttons without a primary text color:
Styling of buttons when primary text color is set (in example to blue to make it obvious). Text of buttons only changes when provided in custom theme: