<?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>
|