私はSimpleDraweeView
Recycler の中にある を持っています。
リサイクル業者:
<android.support.v7.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
SimpleDraweeView:
<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/feedImage"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
/>
私は多くの比率とスケールタイプを試しましたが、完全な高さを表示するものを取得できないようです (90% のみが表示されます)。幅はいいのですが、高さがうまく取れないみたいです。適切なアスペクトを取得するための正しい組み合わせはどれですか? (フェイスブックいいね)