2014-12-16 3 views
2

반투명 한 모서리를 내 RoundedImageView에서 제거하고 싶습니다. 어떻게해야합니까?RoundedImageView에 모서리가 번지고 있습니다.

<com.makeramen.RoundedImageView 
      xmlns:app="http://schemas.android.com/apk/res-auto" 
      android:id="@+id/avatar_image" 
      android:src="@drawable/nature1" 
      android:scaleType="centerCrop" 
      android:layout_height="30dp" 
      android:layout_width="30dp" 
      android:layout_gravity="bottom|center" 
      android:layout_marginBottom="30dp" 
      app:riv_corner_radius="30dip" 
      app:riv_border_width="2dip" 
      app:riv_border_color="#333333" 
      app:riv_mutate_background="true" 
      app:riv_tile_mode="repeat" 
      app:riv_oval="false" /> 

답변

0

는 XML 해냈어에 다음과 같은 추가 :

enter image description here

내 XML이다.

android:background="#00000000" 
관련 문제