We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
属性设置如下
<com.ruffian.library.widget.RImageView android:id="@+id/img" android:layout_width="0dp" android:layout_height="wrap_content" android:adjustViewBounds="true" android:scaleType="fitCenter" android:src="@drawable/defualt" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:corner_radius="16dp" />
加载完图片后,所有图片的高度始终相等,而没有wrap_content。使用ImageView则正常,请问该如何解决?
The text was updated successfully, but these errors were encountered:
这是实际效果
Sorry, something went wrong.
@RuffianZhong
No branches or pull requests
属性设置如下
加载完图片后,所有图片的高度始终相等,而没有wrap_content。使用ImageView则正常,请问该如何解决?
The text was updated successfully, but these errors were encountered: