Android面具图片

时间:2011-12-16 06:35:21

标签: android mask android-image

我的Drawable文件夹中有两张图片。

我想用image2屏蔽image1,以便获得image1的圆边。

我怎样才能做到这一点?我看到了一些bufferedimage和getRGB的解决方案。有没有更简单的解决方案?

2 个答案:

答案 0 :(得分:1)

  1. 拍摄ImageView
  2. 将边框/边框9-patch图像设置为android:background
  3. 现在将实际图像设置为ImageView android:src
  4. 9补丁帧的示例:

    enter image description here

答案 1 :(得分:0)

您可以尝试按照此处的代码直接创建圆角ImageView How to make an ImageView with rounded corners?