Even I'm new to Android App development, but i think using this line would solve ur issue
This uses up all the screen space from the all the sides,
EdgeToEdge.enable(MainActivity.this);
Add this in on the top of the activity
i have added the images for your reference