riku
2025-10-17 fbae5f3ea74727ccadc48314a864a1ea0099a945
app/src/main/res/layout/item_night_work.xml
@@ -1,14 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.card.MaterialCardView
<android.support.v7.widget.CardView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:orientation="horizontal"
    android:layout_width="220dp"
    android:layout_width="200dp"
    android:layout_height="wrap_content"
    app:cardCornerRadius="@dimen/dimen16"
    app:cardBackgroundColor="@color/white"
    android:layout_marginEnd="@dimen/dimen16"
    android:layout_marginStart="@dimen/dimen4"
    android:layout_marginEnd="@dimen/dimen8"
    android:layout_marginTop="@dimen/dimen4"
    android:layout_marginBottom="@dimen/dimen4">
    <android.support.constraint.ConstraintLayout
@@ -77,14 +79,30 @@
    </android.support.constraint.ConstraintLayout>
    <TextView
        android:id="@+id/txt_sign"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="start|bottom"
        android:background="@drawable/button_bg_enable_2"
        style="@style/TextStyle.Category.Item"
        android:textColor="@color/white"
        android:paddingStart="@dimen/dimen8"
        android:paddingEnd="@dimen/dimen8"
        android:paddingTop="@dimen/dimen2"
        android:paddingBottom="@dimen/dimen2"
        android:layout_marginStart="@dimen/dimen16"
        android:layout_marginBottom="@dimen/dimen16"
        android:text="签收"/>
    <ImageView
        android:layout_width="wrap_content"
        android:layout_height="160dp"
        android:src="@mipmap/ic_file"
        android:layout_gravity="bottom|end"
        android:layout_marginTop="150dp"
        android:layout_marginTop="120dp"
        app:layout_constraintTop_toBottomOf="@id/txt_time"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"/>
</android.support.design.card.MaterialCardView>
</android.support.v7.widget.CardView>