android 循环图片imageview

190 阅读1分钟

新建xml

<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
    android:tileMode="repeat"
    android:src="@drawable/xxxxx" />  //需要循环图片
    

正常设置drawable给图片即可实现图片的循环适合连结线设置的场景,可循环显示图片避免不同屏幕大小适配问题