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