Closed GoogleCodeExporter closed 9 years ago
in WheelView
commented following lines to work on 1.5
itemsPaint.density = getResources().getDisplayMetrics().density;
and
valuePaint.density = getResources().getDisplayMetrics().density;
Original comment by khurrum....@gmail.com
on 25 Oct 2010 at 11:10
[deleted comment]
Thank you!
Is it because getResources() or getResources().getDisplayMetrics() returns null?
Or something else?
Original comment by yuri.kan...@gmail.com
on 1 Nov 2010 at 10:55
because in itemsPaint.density, the density does not exist in 1.5 same for the
later one, thanks
Original comment by khurrum....@gmail.com
on 1 Nov 2010 at 11:36
Thank you very much!
Original comment by yuri.kan...@gmail.com
on 2 Nov 2010 at 7:56
Fixed. The corresponding code is commented.
Original comment by yuri.kan...@gmail.com
on 3 Nov 2010 at 7:12
Original issue reported on code.google.com by
Monomac...@gmail.com
on 11 Sep 2010 at 12:02Attachments: