mrwonderman / android-square-progressbar

An android library to display a progressbar that goes around an image.
http://halcyon.ch/android-square-progressbar-v-1-6-0/
1.28k stars 285 forks source link

about height of navigate bar. #61

Open TaoSunkist opened 4 years ago

TaoSunkist commented 4 years ago
int cW = canvas.getWidth();
int cH = canvas.getHeight();
Log.i("taohui", "" + cW + "-" + cH + ", " + Dimens.INSTANCE.getScreenWidth() + "-" + Dimens.INSTANCE.getScreenHeight());

2020-06-21 17:59:51.088 32699-32699/me.taosunkist.hello I/taohui: 1080-2340, 1080-2131 2020-06-21 17:59:51.310 32699-32699/me.taosunkist.hello I/taohui: 1080-2340, 1080-2131 2020-06-21 17:59:51.332 32699-32699/me.taosunkist.hello I/taohui: 1080-2340, 1080-2131 2020-06-21 17:59:51.344 32699-32699/me.taosunkist.hello I/taohui: 1080-2340, 1080-2131