mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-02-04 20:47:39 +01:00
6 lines
268 B
XML
6 lines
268 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
<item android:id="@+id/remove_item" android:title="@string/remove_label" android:icon="@drawable/content_discard" android:visible="true"></item>
|
||
|
|
||
|
|
||
|
</menu>
|