| | |
| | | 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="wrap_content" |
| | | android:layout_marginStart="3dp" |
| | | android:layout_centerVertical="true" |
| | | android:background="@drawable/ic_flower" |
| | | android:background="?attr/icIsOwnFamilyDataFlower" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |