127 lines
5.3 KiB
XML
127 lines
5.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.ck.ckcollar.app.widget.CKLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
|
|
>
|
|
|
|
|
|
<com.ck.ckcollar.app.widget.CKLinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:background="@drawable/bg_view_white_radius_12"
|
|
android:padding="20dp"
|
|
>
|
|
|
|
<com.ck.ckcollar.app.widget.CKLinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:gravity="center_vertical"
|
|
>
|
|
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:id="@+id/textName"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/textColor"
|
|
android:textSize="14sp"
|
|
android:text="张三"
|
|
android:textStyle="bold"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:id="@+id/textPhone"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/textColor"
|
|
android:textSize="14sp"
|
|
android:text="130****8888"
|
|
android:textStyle="bold"
|
|
android:paddingLeft="3dp"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:id="@+id/textTag"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/textColor"
|
|
android:textSize="14sp"
|
|
android:paddingHorizontal="5dp"
|
|
android:paddingVertical="2dp"
|
|
android:background="@drawable/bg_view_yellow_radius_4"
|
|
android:layout_marginLeft="5dp"
|
|
android:text="老家"
|
|
android:maxLength="2"
|
|
android:ellipsize="end"
|
|
android:maxLines="1"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
|
|
<View
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"></View>
|
|
|
|
<com.ck.ckcollar.app.widget.CKImageView
|
|
android:id="@+id/btnDelete"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/image_address_delete"
|
|
></com.ck.ckcollar.app.widget.CKImageView>
|
|
<com.ck.ckcollar.app.widget.CKImageView
|
|
android:id="@+id/btnCopy"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/image_address_copy"
|
|
android:layout_marginLeft="8dp"
|
|
></com.ck.ckcollar.app.widget.CKImageView>
|
|
<com.ck.ckcollar.app.widget.CKImageView
|
|
android:id="@+id/btnEdit"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/image_address_edit"
|
|
android:layout_marginLeft="8dp"
|
|
></com.ck.ckcollar.app.widget.CKImageView>
|
|
|
|
</com.ck.ckcollar.app.widget.CKLinearLayout>
|
|
|
|
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:id="@+id/textAddressDetails"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="14sp"
|
|
android:textColor="@color/textSecondColor"
|
|
android:text="重庆市九龙坡区石桥铺街道朝阳路100号同心家园A组团5栋505"
|
|
android:layout_marginVertical="10dp"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
|
|
<com.ck.ckcollar.app.widget.CKLinearLayout
|
|
android:id="@+id/btnCheck"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:gravity="center_vertical"
|
|
>
|
|
<com.ck.ckcollar.app.widget.CKImageView
|
|
android:id="@+id/check"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/image_address_check_narmal"
|
|
></com.ck.ckcollar.app.widget.CKImageView>
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/setting_default"
|
|
android:textColor="@color/textColor"
|
|
android:textSize="14sp"
|
|
android:layout_marginLeft="5dp"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
</com.ck.ckcollar.app.widget.CKLinearLayout>
|
|
</com.ck.ckcollar.app.widget.CKLinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="20dp"></View>
|
|
</com.ck.ckcollar.app.widget.CKLinearLayout> |