| |
---|
| | android:layout_height="match_parent"> |
---|
| | |
---|
| | <Button |
---|
| | android:id="@+id/Paint_button_create" |
---|
| | android:layout_width="wrap_content" |
---|
| | android:layout_height="wrap_content" |
---|
| | android:text="Button" |
---|
| | android:layout_width="100dp" |
---|
| | android:layout_height="100dp" |
---|
| | android:background="@drawable/ic_baseline_library_add" |
---|
| | android:contentDescription="button_create" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintHorizontal_bias="0.498" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| |
---|
| | android:layout_height="wrap_content" |
---|
| | android:ems="10" |
---|
| | android:inputType="textPersonName" |
---|
| | android:text="AnimationName" |
---|
| | android:gravity="center_horizontal" |
---|
| | 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.527" /> |
---|
| | app:layout_constraintVertical_bias="0.272" /> |
---|
| | |
---|
| | <TextView |
---|
| | android:id="@+id/textView11" |
---|
| | android:layout_width="wrap_content" |
---|
| | android:layout_height="wrap_content" |
---|
| | android:text="タッチで作成!" |
---|
| | android:textColor="#a2e9f5" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintHorizontal_bias="0.518" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| | app:layout_constraintTop_toBottomOf="@+id/Paint_button_create" |
---|
| | app:layout_constraintVertical_bias="0.0" /> |
---|
| | |
---|
| | <ImageView |
---|
| | android:id="@+id/imageView7" |
---|
| | android:layout_width="307dp" |
---|
| | android:layout_height="314dp" |
---|
| | android:id="@+id/imageView8" |
---|
| | android:layout_width="411dp" |
---|
| | android:layout_height="93dp" |
---|
| | app:layout_constraintBottom_toBottomOf="parent" |
---|
| | app:layout_constraintEnd_toEndOf="parent" |
---|
| | app:layout_constraintHorizontal_bias="0.0" |
---|
| | app:layout_constraintStart_toStartOf="parent" |
---|
| | app:layout_constraintTop_toTopOf="parent" |
---|
| | app:layout_constraintVertical_bias="0.038" |
---|
| | app:srcCompat="@drawable/tamashii" /> |
---|
| | app:layout_constraintTop_toBottomOf="@+id/textView11" |
---|
| | app:layout_constraintVertical_bias="1.0" |
---|
| | app:srcCompat="@drawable/nittalab_ad" /> |
---|
| | |
---|
| | </androidx.constraintlayout.widget.ConstraintLayout> |
---|
| | |
▼これね
LGTM
4a728b1
intomaster
fromcreate_ad
on 20 Oct 2021