mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-24 11:52:35 +01:00
9 lines
227 B
XML
9 lines
227 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:id="@+id/item_delete_file"
|
|
android:title="@string/delete_file">
|
|
</item>
|
|
</menu>
|