13 lines
511 B
XML
13 lines
511 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.luck.picture.lib.widget.SquareRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<ImageView
|
|
android:id="@+id/fiv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:src="@color/app_color_f6" />
|
|
|
|
</com.luck.picture.lib.widget.SquareRelativeLayout> |