commit | e78807be60cf2a2b2ca2a2c3aca07cd50e05911b | [log] [tgz] |
---|---|---|
author | d34d <clark@cyngn.com> | Mon Apr 25 08:16:03 2016 -0700 |
committer | Nathan Prevette <nprevette420@gmail.com> | Tue May 17 21:53:28 2016 -0700 |
tree | 4940236487a3f6b507d84979a4fee42a55f09286 | |
parent | e0dc52a015b1cafb7d85d3e87b77dae2544fb891 [diff] |
SysUI: Use VectorDrawable's for rendering battery The current implementation of BatteryMeterView uses arrays of points that are drawn programmatically. This limits the ability to overlay or theme the battery. By utilizing VectorDrawables and AnimatedVectorDrawables we can achieve the same look and feel of stock while allowing for more unique battery meters. Blissify: Had to remove dotted circle battery, we dont have drawables. Change-Id: I16a8a949a92827a9e8c1b528981031b6830e97cd