SetupWizardLibrary/library/main/res/drawable-anydpi-v21
Maurice Lam 91051468db [SuwLib] Tint navigation button icons
- Remove the dark variant of button icons, since it is now tinted
  to the desired color
- Use DrawableCompat.setTintList to tint the drawables to the same
  color used as text
- Use textColorPrimary as the navigation text color, since the spec
  now matches the default textColorPrimary implementation of material
  theme (This changes the disabled color from 20% alpha to 26% alpha)
- Configured the build to take two different implementations of
  NavigationBarButton. The platform build is the same as Button,
  since drawable tinting is natively supported. The comapt build
  uses DrawableCompat in the support library to tint any compound
  drawables
- Removed all xxxhdpi assets since that was introduced in L, but
  vector assets are used in L instead.
- For the vector drawables, use tint instead of fillColor so that the
  state in the ColorStateList will be taken into account.

Bug: 22129308
Change-Id: Id0c7b40ad3e71c2c66a0e89df4522865a61e923e
2015-08-19 11:36:45 -07:00
..
suw_navbar_ic_back.xml [SuwLib] Tint navigation button icons 2015-08-19 11:36:45 -07:00
suw_navbar_ic_more.xml [SuwLib] Tint navigation button icons 2015-08-19 11:36:45 -07:00
suw_navbar_ic_next.xml [SuwLib] Tint navigation button icons 2015-08-19 11:36:45 -07:00