Clayton Herendeen

Results 22 comments of Clayton Herendeen

I am having the same issue: ``` ``` result is the original aspect ratio of the image with rounded corners and appropriate borders. Is there some other way to make...

To solve this for now I wrote this method and gave the result to the ImageView ``` fun centerCropBitmap(srcBmp: Bitmap, newSize: Size? = null): Bitmap { val width = srcBmp.width...

@Nik2505 You may want to make sure you are running that call on the UI Thread. getActivity().runOnUiThread(()->{ refresh_layout.setRefreshing(true); })

Yes! Please add support for drawables. Thank you.

I am also experiencing this issue. Has anyone found a fix yet? ( EDIT: @ultraon's Solution worked for me. would be nice not to have to override the activity declaration...

@EmmettWilson I would suggest using @ultraon 's solution for the time being.

@jaychang0917, Yes i am using the kotlin android extension plugin. I even tried cleaning and building to make sure but no dice. Correct me if Im wrong but doesn't that...

@jaychang0917 Just curious if you have had the opportunity to look this over?

@jaychang0917 Is anyone still maintaining this repo?

I am also using a ViewPager and im not seeing the blur. When i use the view of the fragment that is currently visible as the blurredView it will blur...