|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<include layout="@layout/layout_tool_bar" />
|
|
|
|
|
|
<com.br_technology.securitytrain_master.view.ViewToolBar
|
|
|
android:id="@+id/tool_bar"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
app:toolTitle="我的证书" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="311dp"
|
|
|
android:layout_height="208dp"
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
android:layout_marginTop="33dp"
|
|
|
android:scaleType="fitXY"
|
|
|
android:src="@mipmap/ic_launcher" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="311dp"
|
|
|
android:layout_height="156dp"
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
android:layout_marginTop="24dp"
|
|
|
android:background="@drawable/solid_ffffff_8"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:layout_marginTop="20dp"
|
|
|
android:drawableStart="@mipmap/credentials_icon"
|
|
|
android:drawablePadding="9dp"
|
|
|
android:text="三级电焊工证"
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="16sp"
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="41dp"
|
|
|
android:layout_marginTop="16dp"
|
|
|
android:text="有效截止时间"
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="41dp"
|
|
|
android:layout_marginTop="16dp"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:layout_weight="1"
|
|
|
android:gravity="end"
|
|
|
android:text="2020-02-02"
|
|
|
android:textColor="@color/color_96"
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="41dp"
|
|
|
android:layout_marginTop="12dp"
|
|
|
android:text="更新时间"
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="41dp"
|
|
|
android:layout_marginTop="12dp"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:layout_weight="1"
|
|
|
android:gravity="end"
|
|
|
android:text="2020-02-02"
|
|
|
android:textColor="@color/color_96"
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="41dp"
|
|
|
android:layout_marginTop="12dp"
|
|
|
android:text="初始取证时间"
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="41dp"
|
|
|
android:layout_marginTop="12dp"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:layout_weight="1"
|
|
|
android:gravity="end"
|
|
|
android:text="2020-02-02"
|
|
|
android:textColor="@color/color_96"
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_re_upload"
|
|
|
android:layout_width="343dp"
|
|
|
android:layout_height="44dp"
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
android:layout_marginTop="40dp"
|
|
|
android:layout_marginBottom="42dp"
|
|
|
android:background="@drawable/solid_25_4"
|
|
|
android:gravity="center"
|
|
|
android:text="重新上传"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="16sp" />
|
|
|
|
|
|
</LinearLayout> |
|
|
\ No newline at end of file |
...
|
...
|
|