Shubham
Results
1
comments of
Shubham
You can fix it as below **1.** Enable edge-to-edge display ` EdgeToEdge.enable(this);` **2.** Apply the top inset as margin to your toolbar (or any custom view) ``` ViewCompat.setOnApplyWindowInsetsListener(toolbar, (v, windowInsets)...