| | |
| | | android:layout_height="match_parent" |
| | | tools:src="@color/app_color_f6" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_del" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignTop="@id/fiv" |
| | | android:layout_alignRight="@id/fiv" |
| | | android:paddingLeft="10dp" |
| | | android:paddingBottom="10dp" |
| | | android:scaleType="centerInside" |
| | | android:src="@mipmap/ic_item_delete" |
| | | android:visibility="gone" |
| | | tools:visibility="visible" /> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_duration" |
| | |
| | | android:id="@+id/mask_layer_bg" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:visibility="gone" |
| | | android:background="@color/mask_layer_bg"> |
| | | |
| | | <com.king.view.circleprogressview.CircleProgressView |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerHorizontal="true" |
| | | android:layout_centerVertical="true" |
| | | app:cpvLabelTextSize="15sp" |
| | | app:cpvShowTick="false" |
| | | app:cpvStrokeWidth="2dp" /> |
| | | |
| | |
| | | android:id="@+id/postError" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_margin="40dp" |
| | | android:padding="20dp" |
| | | android:src="@drawable/ic_error_picture" /> |
| | | </RelativeLayout> |
| | | |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_del" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignTop="@id/fiv" |
| | | android:layout_alignRight="@id/fiv" |
| | | android:paddingLeft="10dp" |
| | | android:paddingBottom="10dp" |
| | | android:scaleType="centerInside" |
| | | android:src="@mipmap/ic_item_delete" |
| | | android:visibility="gone" |
| | | tools:visibility="visible" /> |
| | | </com.luck.picture.lib.widget.SquareRelativeLayout> |