| | |
| | | android:layout_height="40dp" |
| | | android:layout_margin="@dimen/dp_2" |
| | | app:cardCornerRadius="@dimen/dp_10" |
| | | app:cardBackgroundColor="@color/color_card_pink" |
| | | app:cardBackgroundColor="?attr/cardBackgroundColorFirst" |
| | | tools:layout_height="wrap_content" |
| | | > |
| | | <LinearLayout |
| | |
| | | android:layout_height="18dp" |
| | | android:layout_marginStart="3dp" |
| | | android:layout_centerVertical="true" |
| | | android:button="@drawable/selector_checkbox" |
| | | android:button="?attr/checkboxSelector" |
| | | android:background="?selectableItemBackgroundBorderless" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:gravity="center_vertical" |
| | | android:layout_marginBottom="@dimen/dp_12" |
| | | android:layout_marginTop="6dp" |
| | | > |
| | |
| | | android:layout_height="wrap_content" |
| | | android:text="每日游记" |
| | | android:textColor="@color/black" |
| | | android:textSize="14sp" |
| | | android:textSize="18sp" |
| | | android:layout_marginStart="20dp" |
| | | /> |
| | | </LinearLayout> |