Home  >  Q&A  >  body text

android中如何实现锯齿纸边效果?

android中如何实现下图中的锯齿纸边效果?

我按照如下方式定义了一个repeat的bitmap资源然后在imageview的background中引用,但是发现图片非常模糊,不知道什么原因导致的?如何处理?

<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/stamp_bottom"
android:tileMode="repeat" />
巴扎黑巴扎黑2764 days ago308

reply all(1)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-17 13:56:05

    It should be the picture used.

    reply
    0
  • Cancelreply