blob: 502e88abb14382fcde445d94342466fd9e32c427 (
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>
|