Adicionei um botão

main
230414 2025-11-11 16:45:21 +00:00
parent 7af4d64b4b
commit 15ad9613a4
1 changed files with 5 additions and 7 deletions

View File

@ -7,13 +7,11 @@
android:layout_height="match_parent" android:layout_height="match_parent"
tools:context=".MainActivity"> tools:context=".MainActivity">
<TextView <Button
android:id="@+id/button"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="Hello World!" android:text="Button"
app:layout_constraintBottom_toBottomOf="parent" tools:layout_editor_absoluteX="160dp"
app:layout_constraintEnd_toEndOf="parent" tools:layout_editor_absoluteY="343dp" />
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>