| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="2dp" |
| | | android:background="#F8F9FA" |
| | | android:background="#F8F9FB" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:padding="12dp"> |
| | |
| | | android:layout_width="105dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="持卡人:" |
| | | android:textColor="#333333" |
| | | android:textColor="#37474F" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | <TextView |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="--" |
| | | android:textColor="#666666" |
| | | android:textColor="#546E7A" |
| | | android:textSize="@dimen/text_size" /> |
| | | </LinearLayout> |
| | | |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="2dp" |
| | | android:background="#FFFFFF" |
| | | android:background="#E3F2FD" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:padding="12dp"> |
| | |
| | | android:layout_width="105dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="卡地址:" |
| | | android:textColor="#333333" |
| | | android:textSize="@dimen/text_size" /> |
| | | android:textColor="#1976D2" |
| | | android:textSize="@dimen/text_size" |
| | | android:textStyle="bold" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_card_number" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="--" |
| | | android:textColor="#666666" |
| | | android:textColor="#37474F" |
| | | android:textSize="@dimen/text_size" /> |
| | | </LinearLayout> |
| | | <!-- 卡片状态 --> |
| | |
| | | android:layout_width="105dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="卡片状态:" |
| | | android:textColor="#333333" |
| | | android:textColor="#37474F" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | <TextView |
| | |
| | | android:layout_weight="1" |
| | | android:text="正常" |
| | | android:textColor="#4CAF50" |
| | | android:textSize="@dimen/text_size" /> |
| | | android:textSize="@dimen/text_size" |
| | | android:textStyle="bold" /> |
| | | </LinearLayout> |
| | | <!-- 卡片类型 --> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="2dp" |
| | | android:background="#F8F9FA" |
| | | android:background="#F8F9FB" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:padding="12dp"> |
| | |
| | | android:layout_width="105dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="卡类型:" |
| | | android:textColor="#333333" |
| | | android:textColor="#37474F" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | <TextView |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="--" |
| | | android:textColor="#666666" |
| | | android:textColor="#546E7A" |
| | | android:textSize="@dimen/text_size" /> |
| | | </LinearLayout> |
| | | |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="2dp" |
| | | android:background="#FFFFFF" |
| | | android:background="#FFF8E1" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:padding="12dp" |
| | |
| | | android:layout_width="105dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="卡余额:" |
| | | android:textColor="#333333" |
| | | android:textColor="#37474F" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | <TextView |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="0.00元" |
| | | android:textColor="#FF6B35" |
| | | android:textColor="#FF8F00" |
| | | android:textSize="@dimen/text_size" |
| | | android:textStyle="bold" /> |
| | | </LinearLayout> |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="2dp" |
| | | android:background="#F8F9FA" |
| | | android:background="#F8F9FB" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:padding="12dp" |
| | |
| | | android:layout_width="105dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="卡编号:" |
| | | android:textColor="#333333" |
| | | android:textColor="#37474F" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | <TextView |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="--" |
| | | android:textColor="#666666" |
| | | android:textColor="#546E7A" |
| | | android:textSize="@dimen/text_size" /> |
| | | </LinearLayout> |
| | | |
| | |
| | | android:layout_width="105dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="手机号:" |
| | | android:textColor="#333333" |
| | | android:textColor="#37474F" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | <TextView |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="--" |
| | | android:textColor="#666666" |
| | | android:textColor="#546E7A" |
| | | android:textSize="@dimen/text_size" /> |
| | | </LinearLayout> |
| | | |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="2dp" |
| | | android:background="#F8F9FA" |
| | | android:background="#F8F9FB" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:padding="12dp"> |
| | |
| | | android:layout_width="105dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="身份证号:" |
| | | android:textColor="#333333" |
| | | android:textColor="#37474F" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | <TextView |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="--" |
| | | android:textColor="#666666" |
| | | android:textColor="#546E7A" |
| | | android:textSize="@dimen/text_size" /> |
| | | </LinearLayout> |
| | | |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="2dp" |
| | | android:background="#F8F9FA" |
| | | android:background="#FFFFFF" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:padding="12dp" |
| | |
| | | android:layout_width="105dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="最后充值时间:" |
| | | android:textColor="#333333" |
| | | android:textColor="#37474F" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | <TextView |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="--" |
| | | android:textColor="#666666" |
| | | android:textColor="#546E7A" |
| | | android:textSize="@dimen/text_size" /> |
| | | </LinearLayout> |
| | | |