Closed MewX closed 9 years ago
Added this new style from "Chrome doodle-notifier".
Thank you very much for the PR. I am a bit busy at the moment. I will take a look asap.
Please, review my comments so we can continue and merge...If you don't have time let me know I will do it.
Plus, should use getSupportActionBar()
instead of getActionBar()
.
I fix this in the latest commit.
Merged into dev a1de603d3ea4a03a750eea15c4629c6489cc14bb
The bug shows like this in low resolution screen:
I fix it by drawing twice, which likes adding it a "thickness" attribute. It's the easiest way to fix, I guess because of the transition from "dp" to "px". And I've tried to draw only once by adding 1 or 0.5f on "mHalf", problem still exists.
Here is the performance after drawing twice: