android-shape-imageview icon indicating copy to clipboard operation
android-shape-imageview copied to clipboard

Custom shaped android imageview components

Results 64 android-shape-imageview issues
Sort by recently updated
recently updated
newest added

In my layout i using CircularImageView : ////------- --- com.github.siyamed.shapeimageview.CircularImageView android:id="@+id/imgShow" android:layout_width="64dp" android:layout_height="64dp" android:src="@drawable/photo"/ // set my image (photo.jpg 88x88 px) i habe a result : ![image](https://cloud.githubusercontent.com/assets/4578323/5443922/b8ee6410-84d8-11e4-9550-ba8441e45161.png) it remains straight...

Hi, I have a problem when setting image from a phone gallery. It doesn't change orientation of the image. I tried changing bitmap orientation programmatically, but nothing happened. Here is...

any idea on how to integrate this with Android Volley NetworkImageVIew? Thanks