diff options
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/res/menu/select_video_context.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app/src/main/res/menu/select_video_context.xml b/app/src/main/res/menu/select_video_context.xml index 95576efc..51301722 100644 --- a/app/src/main/res/menu/select_video_context.xml +++ b/app/src/main/res/menu/select_video_context.xml @@ -1,6 +1,5 @@ <?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"> +<menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@+id/song_menu_info" android:title="@string/common.info"/> @@ -30,4 +29,10 @@ android:id="@+id/song_menu_delete" android:title="@string/menu.delete_cache"/> </group> + + <group android:id="@+id/hide_star"> + <item + android:id="@+id/song_menu_star" + android:title="@string/common.star"/> + </group> </menu> |