blob: 4b629cda37d42aa4f52c34e31d9bb7993ccaf71b (
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_unstar"
android:title="@string/common.unstar"/>
</menu>
|