guoshen
2024-07-06 cf2204a85fa951dd9ce2698378101d822e6edbc8
app/src/main/res/layout/item_family_assets.xml
@@ -20,7 +20,7 @@
            android:layout_margin="@dimen/dp_2"
            app:cardCornerRadius="@dimen/dp_10"
            tools:layout_height="wrap_content"
            app:cardBackgroundColor="@color/color_card_pink"
            app:cardBackgroundColor="?attr/cardBackgroundColorFirst"
            >
            <LinearLayout
                android:layout_width="match_parent"
@@ -32,7 +32,17 @@
                    android:layout_width="match_parent"
                    android:layout_height="40dp"
                    android:gravity="center_vertical">
                    <ImageView
                        android:id="@+id/iv_flower"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginStart="3dp"
                        android:layout_centerVertical="true"
                        android:background="?attr/icIsOwnFamilyDataFlower"
                        app:layout_constraintStart_toStartOf="parent"
                        app:layout_constraintTop_toTopOf="parent"
                        app:layout_constraintBottom_toBottomOf="parent"
                        />
                    <androidx.appcompat.widget.AppCompatTextView
                        android:id="@+id/textView1"
                        android:layout_width="0dp"