<?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"> <TextView android:id="@+id/checkStandardView" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/lib_dp_5" android:background="@drawable/sheet_bg_white_layout" android:padding="@dimen/dp_15" android:textColor="@color/themeColor" /> <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>