Compare commits

..

2 Commits

Author SHA1 Message Date
230416 91fee1dc09 Adicionei um botão 2025-11-11 16:47:17 +00:00
230416 091440f6b1 Adicionei um botão 2025-11-11 16:47:10 +00:00
2 changed files with 9 additions and 0 deletions

View File

@ -20,5 +20,6 @@ public class MainActivity extends AppCompatActivity {
v.setPadding(systemBars.left, systemBars.top, systemBars.right, systemBars.bottom);
return insets;
});
// Hello World button
}
}

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="163dp"
tools:layout_editor_absoluteY="341dp" />
</androidx.constraintlayout.widget.ConstraintLayout>