diff options
Diffstat (limited to 'app/src/main/res/menu/episodes.xml')
-rw-r--r-- | app/src/main/res/menu/episodes.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app/src/main/res/menu/episodes.xml b/app/src/main/res/menu/episodes.xml index 4e6da923b..2841fc12f 100644 --- a/app/src/main/res/menu/episodes.xml +++ b/app/src/main/res/menu/episodes.xml @@ -21,7 +21,13 @@ android:icon="@drawable/ic_filter" android:menuCategory="container" android:title="@string/filter" - android:visible="false" - custom:showAsAction="ifRoom"/> + custom:showAsAction="always"/> + + <item + android:id="@+id/action_favorites" + android:icon="@drawable/ic_star_border" + android:menuCategory="container" + android:title="@string/favorite_episodes_label" + custom:showAsAction="always"/> </menu> |