123 lines
5.6 KiB
XML
123 lines
5.6 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="match_parent"
|
|
android:orientation="vertical"
|
|
android:gravity="center_horizontal"
|
|
>
|
|
<include layout="@layout/action_bar"></include>
|
|
|
|
<com.ck.ckcollar.app.widget.CKLinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
>
|
|
<WebView
|
|
android:id="@+id/webView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="240dp"
|
|
/>
|
|
|
|
|
|
<com.ck.ckcollar.app.widget.CKLinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:layout_marginHorizontal="20dp"
|
|
android:gravity="center_vertical"
|
|
android:layout_marginTop="12dp"
|
|
>
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:id="@+id/textExpress"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:textColor="@color/textThirdColor"
|
|
android:textSize="14sp"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:id="@+id/btnCopy"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="14sp"
|
|
android:textColor="@color/textColor"
|
|
android:text="@string/copy"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
|
|
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:id="@+id/btnPhone"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="14sp"
|
|
android:textColor="@color/textColor"
|
|
android:text="@string/make_phone"
|
|
android:layout_marginLeft="12dp"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
</com.ck.ckcollar.app.widget.CKLinearLayout>
|
|
|
|
<androidx.core.widget.NestedScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<com.ck.ckcollar.app.widget.CKLinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
>
|
|
<com.ck.ckcollar.app.widget.CKLinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="20dp"
|
|
android:layout_marginTop="8dp"
|
|
android:orientation="horizontal">
|
|
<com.ck.ckcollar.app.widget.CKImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/image_express_car"
|
|
></com.ck.ckcollar.app.widget.CKImageView>
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:id="@+id/textStatus"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/textColor"
|
|
android:textSize="16sp"
|
|
android:text="@string/in_transit"
|
|
android:textStyle="bold"
|
|
android:layout_marginLeft="8dp"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
</com.ck.ckcollar.app.widget.CKLinearLayout>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/recyclerView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="25dp"
|
|
></androidx.recyclerview.widget.RecyclerView>
|
|
|
|
<com.ck.ckcollar.app.widget.CKLinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="18dp"
|
|
android:layout_marginTop="8dp"
|
|
android:orientation="horizontal">
|
|
<com.ck.ckcollar.app.widget.CKImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/image_expresss_address"
|
|
></com.ck.ckcollar.app.widget.CKImageView>
|
|
<com.ck.ckcollar.app.widget.CKTextView
|
|
android:id="@+id/textReceiveName"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/textThirdColor"
|
|
android:textSize="16sp"
|
|
android:layout_marginLeft="8dp"
|
|
></com.ck.ckcollar.app.widget.CKTextView>
|
|
</com.ck.ckcollar.app.widget.CKLinearLayout>
|
|
|
|
</com.ck.ckcollar.app.widget.CKLinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
|
|
</com.ck.ckcollar.app.widget.CKLinearLayout>
|
|
|
|
</com.ck.ckcollar.app.widget.CKLinearLayout> |