item_screen.xml 964 字节
<?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">

<LinearLayout android:id="@+id/date_linear"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:gravity="center"
    android:layout_marginBottom="@dimen/dp_11"
    xmlns:android="http://schemas.android.com/apk/res/android">

        <TextView
            android:id="@+id/item_date_values"
            android:layout_width="match_parent"
            android:layout_height="@dimen/dp_31"
            android:background="@drawable/shape_solid_16_f9"
            android:gravity="center"
            android:text="第一周"
            android:textColor="@color/color_3d444d"
            android:textSize="@dimen/sp_12" />

    </LinearLayout>

</LinearLayout>