
使用环境:
1 类似朋友圈之类的功能,单张图显示。
使用方法:
<ImageView
android:id="@+id/ivModuleMp4"
onClickCommand="@{viewModel.baseClick}"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:scaleType="fitXY"
android:adjustViewBounds="true"
app:url="@{viewModel.FBI_MP4_OR_LONGLY_IMAGE}" />
主要是:
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:scaleType="fitXY"
android:adjustViewBounds="true"
简单笔记,随写随记。
祝自己天天开心!

本文介绍了一种在类似朋友圈功能中单张图片显示的方法,通过特定的布局属性实现图片的良好展示效果。
1万+

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



