博主前些天发现了一个巨牛的人工智能学习网站,通俗易懂,风趣幽默,忍不住也分享一下给大家,
👉点击跳转到网站
前言: ImageView默认图片居中显示,默认图片的缩放类型为:scaleType属性为:fitCenter
一、scaleType属性为:fitCenter,默认就是这个属性
属性含义:保持宽高比例,拉伸图片使其位于视图中间
代码如下
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<ImageView
android:layou
订阅专栏 解锁全文
5556

被折叠的 条评论
为什么被折叠?



