| | |
| | | android:layout_height="wrap_content" |
| | | 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:layout_weight="1" |
| | | android:singleLine="true" |
| | | android:ellipsize="end" |
| | | android:textColor="#F2F2F2" |
| | | android:textSize="14sp"/> |
| | | android:textSize="12sp" |
| | | android:clickable="true" |
| | | android:focusable="true" |
| | | android:background="?attr/selectableItemBackground"/> |
| | | </LinearLayout> |
| | | |
| | | <!-- 第二行:续费提示(上移调整) --> |