Robot-Scouter icon indicating copy to clipboard operation
Robot-Scouter copied to clipboard

Use the new Material Design components

Open SUPERCILEX opened this issue 6 years ago • 0 comments

https://github.com/material-components/material-components-android/tree/master/material-theme-builder

  • Use no parent themes for performance (since less overwrites) image
  • Use closest context for resources to get overridden themes image
  • Use default styles so you don't have to remember to apply the same style over and over image
  • Always tint drawables with full (no alpha) color. Use hot green (for example) as a way to make sure everything is tinted.
  • Use fake background and apply background tint instead of background color image
  • Make sure colors have literal names and no implicit semantic meaning image
  • Use implicit inheritance image image
  • Consider this architecture (seems a tad complicated) image
  • Group definitions by feature, not type image

SUPERCILEX avatar Jun 14 '18 00:06 SUPERCILEX