Newer
Older
Detector / lite / src / main / res / layout / item_action_sheet.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="@dimen/lib_dp_45">

    <TextView
        android:id="@+id/sheetItemView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:gravity="center"
        android:text="取消"
        android:textColor="@color/blue"
        android:textSize="@dimen/lib_sp_16" />
</LinearLayout>