Mohd Feroz Shaik

Results 3 comments of Mohd Feroz Shaik

In Fragment the arcBottomHeight = 0 after reload. on first load: -- /ArcProgress﹕ arcBottomHeight: 14.323726 -- /ArcProgress﹕ onDraw -> getBottomText : 142.5122 on reload: *\* /ArcProgress﹕ arcBottomHeight: 0.0 *\* /ArcProgress﹕...

@lzyzsd Thanks for response. please check when i reuse the code its working. ![onfrag](https://cloud.githubusercontent.com/assets/4263848/6777676/cdba4d92-d171-11e4-9de2-476f5a421c46.png)

@lzyzsd Please add this below code on ArcProgress.java under onDraw method after 297 line and its working fine with below code. ``` if(arcBottomHeight == 0) { float radius = getWidth()...