blob: 3665d31736d623fc414f77cf9e86a18c4ed2ebd6 (
plain)
1
2
3
4
5
6
7
|
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:compat="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_delete"
android:title="@string/menu.delete_cache"/>
</menu>
|