| | <?xml version="1.0" encoding="utf-8"?> |
---|
| | <androidx.constraintlayout.widget.ConstraintLayout 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="300dp" |
---|
| | android:translationY="175dp" |
---|
| | tools:context=".views.paint.SendScreenShotActivity"> |
---|
| | |
---|
| | <Button |
---|
| | android:id="@+id/capture_all" |
---|
| | android:layout_width="wrap_content" |
---|
| | android:layout_height="wrap_content" |
---|
| | android:padding="@dimen/activity_vertical_margin" |
---|
| | android:text="capture_all" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| | app:layout_constraintTop_toTopOf="parent" |
---|
| | app:layout_constraintVertical_bias="0.285" /> |
---|
| | |
---|
| | <Button |
---|
| | android:id="@+id/capture_icon" |
---|
| | android:layout_width="136dp" |
---|
| | android:layout_height="52dp" |
---|
| | android:padding="@dimen/activity_vertical_margin" |
---|
| | android:text="capture_icon" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintHorizontal_bias="0.498" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| | app:layout_constraintTop_toBottomOf="@+id/capture_all" |
---|
| | app:layout_constraintVertical_bias="0.007" /> |
---|
| | |
---|
| | <Button |
---|
| | android:id="@+id/send_mail" |
---|
| | android:layout_width="wrap_content" |
---|
| | android:layout_height="wrap_content" |
---|
| | android:padding="@dimen/activity_vertical_margin" |
---|
| | android:text="send_mail" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintHorizontal_bias="0.497" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| | app:layout_constraintTop_toTopOf="parent" |
---|
| | app:layout_constraintVertical_bias="0.987" /> |
---|
| | |
---|
| | <ImageView |
---|
| | android:id="@+id/icon" |
---|
| | android:layout_width="84dp" |
---|
| | android:layout_height="87dp" |
---|
| | android:padding="@dimen/activity_vertical_margin" |
---|
| | android:src="@drawable/headshot_reasonably_small_400x400" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintHorizontal_bias="0.498" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| | app:layout_constraintTop_toTopOf="parent" |
---|
| | app:layout_constraintVertical_bias="0.779" /> |
---|
| | |
---|
| | <TextView |
---|
| | android:id="@+id/textView3" |
---|
| | android:layout_width="wrap_content" |
---|
| | android:layout_height="wrap_content" |
---|
| | android:text="心がスクショしたがってるんだ。" |
---|
| | android:textColor="#716D6D" |
---|
| | android:textSize="20sp" |
---|
| | app:layout_constraintBottom_toTopOf="@+id/capture_all" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| | app:layout_constraintTop_toTopOf="parent" |
---|
| | app:layout_constraintVertical_bias="1.0" /> |
---|
| | |
---|
| | </androidx.constraintlayout.widget.ConstraintLayout> |
---|
| | |
確認!!
b5fd33c
intomaster
fromSendScreenShotActivity
on 6 Oct 2021