Files
legado/app/src/main/res/menu/change_cover.xml
T

13 lines
442 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_start_stop"
android:title="@string/stop"
android:icon="@drawable/ic_refresh_white_24dp"
app:showAsAction="always"
tools:ignore="AlwaysShowAction" />
</menu>