Adicionei um botão

main
230416 2025-11-11 16:47:17 +00:00
parent 091440f6b1
commit 91fee1dc09
1 changed files with 1 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
}
}