摘要: repositories { google() mavenCentral() } dependencies { implementation 'com.github.bumptech.glide:glide:4.13.0' annotationProcessor 'com.github.bumpte 阅读全文
posted @ 2022-02-16 20:22 软工小蜗牛 阅读(96) 评论(0) 推荐(0)
摘要: ImageView主要用于显示图像资源,Bitmap或Drawable资源,同时也常用于图片渲染调色,图片缩放剪裁等 src属性 编辑内容 可以放置图片 scaleType图片缩放类型fitXY为填满空间 <ImageView android:id="@+id/Igv_1" android:layo 阅读全文
posted @ 2022-02-16 20:22 软工小蜗牛 阅读(149) 评论(0) 推荐(0)