使用环境:
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"
简单笔记,随写随记。 祝自己天天开心!
