Auxio/app/src/main/res/menu/menu_settings.xml
OxygenCobalt 4413cb1499
Refactor edge-to-edge
Change edge-to-edge to auto-enable on 27+, along with relying on styles to make the systemui changes instead of code directly.
2020-12-18 10:45:42 -07:00

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>