PV239 #android2 cv4 Marek Sedlak @msed__ CUSTOMIZATION CUSTOMIZATION ● Styles ○ Custom views ● Themes ○ Custom app-wide looks ● Various build types ○ Debug, release, various optimizations ● Flavors ○ If you need to clone your app STYLES Styles ● A style is a collection of attributes that specify the look and format for a View or window. ● When to use? ○ Couple of screens with multiple text formats ○ Many buttons (and you want to style them) ○ etc ● You can extend styles (parents) ● Button example (styles.xml) ● Usage (layout/fragment/view.xml)