| | |
| | | android:layout_height="32dp" |
| | | android:scaleType="centerCrop" /> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="25dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <View |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_setting" |
| | | android:layout_width="28dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginEnd="8dp" |
| | | android:contentDescription="设置" |
| | | android:src="@mipmap/setting" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <!-- 用户信息区域 - 减小padding --> |
| | | <RelativeLayout |
| | | android:id="@+id/layout_user_info" |
| | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="VIP会员 " |
| | | android:text="VIP会员" |
| | | android:textColor="#B8741A" |
| | | android:textSize="18sp" |
| | | android:textSize="16sp" |
| | | android:textStyle="bold"/> |
| | | |
| | | <!-- 添加间隔 --> |
| | | <View |
| | | android:layout_width="6dp" |
| | | android:layout_height="0dp"/> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_vip_expire" |
| | | android:layout_width="wrap_content" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="#FFD700" |
| | | android:textSize="14sp"/> |
| | | android:layout_weight="1" |
| | | android:singleLine="true" |
| | | android:ellipsize="end" |
| | | android:textColor="#F2F2F2" |
| | | android:textSize="12sp" |
| | | android:clickable="true" |
| | | android:focusable="true" |
| | | android:background="?attr/selectableItemBackground"/> |
| | | </LinearLayout> |
| | | |
| | | <!-- 第二行:续费提示(上移调整) --> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="4dp" |
| | | android:text="续费畅享更多会员权益" |
| | | android:textColor="#B8741A" |
| | | android:textColor="#F0DCBF" |
| | | android:textSize="12sp" |
| | | android:textStyle="bold"/> |
| | | </LinearLayout> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:backgroundTint="#7A441E" |
| | | android:text="立即续费" |
| | | android:textColor="#FFFFFF" /> |
| | | android:textColor="#F0DCBF" /> |
| | | </LinearLayout> |
| | | </androidx.cardview.widget.CardView> |
| | | |