strong文本 左边是我手机的图片,右边是android studio。我想知道为什么我的手机在android studio上看起来不像
。我的item.xml
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_margin="20dp"
app:cardBackgroundColor="@color/colorSecurity">
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:weightSum="1">
<LinearLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="0.2"
android:gravity="center">
<ImageView
android:layout_width="40dp"
android:layout_height="40dp"
android:src="@mipmap/ic_database"/>
</LinearLayout>
<TextView
android:id="@+id/tvOption"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="0.8"
android:gravity="center_vertical"
android:text="OPCIÓN 1"/>
</LinearLayout>
</androidx.cardview.widget.CardView>
我的活动班上的回收商
recyclerOptions = findViewById(R.id.recyclerOptions);
recyclerOptions.setHasFixedSize(true);
LinearLayoutManager lm = new LinearLayoutManager(this);
lm.setOrientation(RecyclerView.VERTICAL);
recyclerOptions.setLayoutManager(lm);
答案 0 :(得分:0)
在适配器项中,.xml类设置高度
android:layout_height="wrap_content"
您的适配器将自动设置