要素の高さに関係なく、ImageView を RecyclerView の要素内の正方形として表示しようとしています。
ここに私が欲しいものがあります:
ここに私のxmlがあります:
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<android.support.percent.PercentFrameLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
>
<ImageView
android:scaleType="centerCrop"
app:layout_heightPercent="100%"
app:layout_aspectRatio="100%"/>
</android.support.percent.PercentFrameLayout>
<!-- other views -->
</RelativeLayout>
そして、ここに私が持っているものがあります(ImageViewが消えました):
(私の英語が下手でしたらすみません)