Change edge-to-edge to auto-enable on 27+, along with relying on styles to make the systemui changes instead of code directly.
9 lines
No EOL
345 B
XML
9 lines
No EOL
345 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<item
|
|
android:id="@+id/action_open_about"
|
|
android:icon="@drawable/ic_about"
|
|
android:title="@string/label_about"
|
|
app:showAsAction="always" />
|
|
</menu> |