Adicionei um botão

This commit is contained in:
2025-11-11 16:47:17 +00:00
parent 091440f6b1
commit 91fee1dc09

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
}
}