| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <com.luck.picture.lib.widget.SquareRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"> |
| | |
| | | android:textSize="11sp" |
| | | android:visibility="gone" |
| | | tools:visibility="visible" /> |
| | | |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/mask_layer_bg" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/mask_layer_bg"> |
| | | |
| | | <com.king.view.circleprogressview.CircleProgressView |
| | | android:id="@+id/cpv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerHorizontal="true" |
| | | android:layout_centerVertical="true" |
| | | app:cpvShowTick="false" |
| | | app:cpvStrokeWidth="2dp" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/postError" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_margin="40dp" |
| | | android:src="@drawable/ic_error_picture" /> |
| | | </RelativeLayout> |
| | | |
| | | |
| | | </com.luck.picture.lib.widget.SquareRelativeLayout> |