buttontest

This commit is contained in:
it232115 2024-05-28 14:16:28 +09:00
parent 11fc72be7a
commit 3161cb1408

View File

@ -14,5 +14,9 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
</androidx.constraintlayout.widget.ConstraintLayout>