mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 08:01:20 +02:00
Add favorites page (#55)
Closes #38 Add a nav drawer link to a new favorites page which shows favorited Movies, TV Shows, and Episodes. Also adds a button to movies & tv shows to set/unset favorite status.
This commit is contained in:
parent
298016b131
commit
b8202c06ff
17 changed files with 437 additions and 80 deletions
|
|
@ -85,5 +85,8 @@
|
|||
<string name="trailers">Trailers</string>
|
||||
<string name="pass_out_protection">Passout Protection</string>
|
||||
<string name="more_like_this">More like this</string>
|
||||
<string name="remove_favorite">Unfavorite</string>
|
||||
<string name="add_favorite">Favorite</string>
|
||||
<string name="favorites">Favorites</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue