Linjiajia
2024-01-29 b17b9aa59bae6d03055f14d937821655dfaffa1f
app/src/main/res/layout/item_electronic_file_add.xml
@@ -28,7 +28,7 @@
                <androidx.constraintlayout.utils.widget.ImageFilterView
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:background="#73fab4cd"
                    android:background="?attr/electronicFileAddBackgroundColor"
                    app:round="10dp"
                    />
                <androidx.constraintlayout.utils.widget.ImageFilterView
@@ -45,12 +45,12 @@
                    android:visibility="gone"
                    tools:visibility="visible"
                    >
                    <androidx.constraintlayout.utils.widget.ImageFilterView
                        android:layout_width="match_parent"
                        android:layout_height="match_parent"
                        android:background="@drawable/ps_ic_shadow_bg"
                        app:round="10dp"
                        />
                        app:round="10dp" />
                    <ImageView
                        android:id="@+id/iv_play"
                        android:layout_width="30dp"
@@ -76,16 +76,17 @@
                android:layout_gravity="top|start"
                />
        </FrameLayout>
        <FrameLayout
        <androidx.cardview.widget.CardView
            android:id="@+id/fl_add"
            android:layout_width="match_parent"
            android:layout_height="0dp"
            app:layout_constraintDimensionRatio="1:1"
            android:layout_margin="7dp"
            app:layout_constraintDimensionRatio="1:1"
            app:layout_constraintTop_toTopOf="parent"
            app:layout_constraintStart_toStartOf="parent"
            android:background="@drawable/shape_73fab4cd_solid"
            app:cardCornerRadius="10dp"
            app:cardElevation="0dp"
            app:cardBackgroundColor="?attr/electronicFileAddBackgroundColor"
            >
            <ImageView
                android:layout_width="wrap_content"
@@ -93,7 +94,7 @@
                android:background="@drawable/ic_import_add"
                android:layout_gravity="center"
                />
        </FrameLayout>
        </androidx.cardview.widget.CardView>
    </androidx.constraintlayout.widget.ConstraintLayout>
</layout>