标签: android android-recyclerview width android-cardview
我在CardView .xml声明了android:layout_width="match_parent"。我想在CardView中使用此RecyclerView。但在此RecyclerView中,我想将此CardView宽度设置为160dp。我该怎么办?
CardView
.xml
android:layout_width="match_parent"
RecyclerView
160dp
我无法将CardView设置为android:layout_width="160dp",因为我需要在另一种布局中使用match_parent。
android:layout_width="160dp"
match_parent
我怎样才能实现它?