Newer
Older
SafetyAuxiliary_AR / app / src / main / res / layout / sheet_check_standard.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:padding="@dimen/lib_dp_7">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/sheet_bg_white_layout"
        android:orientation="vertical">

        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="@dimen/dp_15"
            android:paddingHorizontal="@dimen/dp_15"
            android:text="检查标准"
            android:textColor="@color/themeColor" />

        <TextView
            android:id="@+id/checkStandardView"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginBottom="@dimen/lib_dp_5"
            android:padding="@dimen/dp_15"
            android:textColor="@color/themeColor" />
    </LinearLayout>

    <TextView
        android:id="@+id/sheetCancelView"
        android:layout_width="match_parent"
        android:layout_height="@dimen/lib_dp_45"
        android:layout_marginVertical="@dimen/lib_dp_10"
        android:background="@drawable/sheet_item_cancel_selector"
        android:fontFamily="sans-serif-black"
        android:gravity="center"
        android:text="知道了"
        android:textColor="@color/themeColor" />
</LinearLayout>