| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | android:background="@color/white" |
| | | android:paddingBottom="30dp" |
| | | android:background="@drawable/bg_white_2dp" |
| | | android:layout_height="wrap_content"> |
| | | <TextView |
| | | android:id="@+id/tv_title" |
| | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintEnd_toStartOf="@id/tv_save" |
| | | app:layout_constraintStart_toEndOf="@id/tv_wx" |
| | | android:id="@+id/tv_circle" |
| | | android:text="朋友圈" |
| | |
| | | app:layout_constraintTop_toBottomOf="@id/tv_title" |
| | | android:layout_marginTop="23dp"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toEndOf="@id/tv_circle" |
| | | android:id="@+id/tv_save" |
| | | android:text="保存至相册" |
| | | android:drawableTop="@mipmap/baocunxiangce" |
| | | android:gravity="center" |
| | | android:textColor="@color/textColor" |
| | | android:visibility="gone" |
| | | android:textSize="12sp" |
| | | android:drawablePadding="8dp" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_title" |
| | | android:layout_marginTop="23dp"/> |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/tv_cancel" |