| | |
| | | |
| | | <!-- CardView 内部的内容 --> |
| | | <androidx.cardview.widget.CardView |
| | | android:id="@+id/memberCardCardView" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="15dp" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginRight="15dp" |
| | | android:elevation="2dp" |
| | | android:elevation="0dp" |
| | | android:clipChildren="false" |
| | | android:clipToOutline="true" |
| | | app:cardCornerRadius="10dp"> <!-- 设置CardView的elevation --> |
| | | |
| | | |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="10dp" |
| | | tools:ignore="MissingConstraints"> |
| | | tools:ignore="MissingConstraints" |
| | | android:background="@android:color/transparent" |
| | | > |
| | | |
| | | <ImageView |
| | | android:id="@+id/memberAvatarView" |