Linjiajia
2024-01-29 b17b9aa59bae6d03055f14d937821655dfaffa1f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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"
    >
    <FrameLayout
        android:layout_width="85dp"
        android:layout_height="85dp"
        android:layout_marginTop="7.5dp"
        android:layout_marginBottom="7.5dp"
        android:layout_marginEnd="7.5dp"
        android:background="@drawable/shape_73fab4cd_solid"
 
        >
        <ImageView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:background="@drawable/ic_import_add"
            android:layout_gravity="center"
            />
    </FrameLayout>
 
 
 
</LinearLayout>