egeysn

Results 2 issues of egeysn

` CircularProgressDrawable progress = new CircularProgressDrawable(context); progress.setColorSchemeColors(R.color.colorPrimary, R.color.colorPrimaryDark, R.color.colorAccent); progress.setCenterRadius(30f); progress.setStrokeWidth(5f); progress.start();` ` Glide.with(context) .load(url) .dontAnimate() .error(R.color.color_secondary_10) .placeholder(progress) .into(view);` Hi, when i use CircularProgressDrawable with Glide , I get the...

I added optional "less" action. I think we can add HTML text feature in the future.