Adicionei um botão

main
João Miranda 2025-11-11 16:44:18 +00:00
parent b070da89b3
commit 0d5678eaf0
1 changed files with 8 additions and 0 deletions

View File

@ -16,4 +16,12 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button"
tools:layout_editor_absoluteX="159dp"
tools:layout_editor_absoluteY="341dp" />
</androidx.constraintlayout.widget.ConstraintLayout>