mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-09 08:53:37 +00:00
9 lines
342 B
XML
9 lines
342 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_save"
|
||
|
android:icon="@drawable/ic_save_md2"
|
||
|
android:title="@string/menuSaveLog"
|
||
|
app:showAsAction="always" />
|
||
|
</menu>
|