Posts by Yan • 15 points
2 posts
-
0
votes2
answers243
viewsQ: Google Play Services generating errors
Hello. To add the Google Play Services the dependencies, the image error is shown. I have no idea why, or how to fix it. The error is only shown in the file values-21.xml After remove the Google…
-
1
votes1
answer602
viewsQ: Resize bitmap without blurring
I’m using a code to make the Imageview circular. The problem is that I need to use "scaleType:centerCrop", what leaves the image oval instead of circular, depending on its resolution. I tried to use…