add downloads menu item

This commit is contained in:
Christian Schabesberger 2016-05-24 14:06:49 +02:00
parent 14aa6de422
commit 6f6c1704d4
5 changed files with 11 additions and 2 deletions

View file

@ -11,6 +11,10 @@
app:showAsAction="never"
android:title="@string/settings"/>
<item android:id="@+id/action_show_downloads"
app:showAsAction="never"
android:title="@string/downloads" />
<item android:id="@+id/action_report_error"
app:showAsAction="never"
android:title="@string/report_error" />

View file

@ -79,6 +79,7 @@
<string name="show_age_restricted_content_title">Show age restricted content</string>
<string name="video_is_age_restricted">Video is Age restricted. Enable age restricted videos in the settings first.</string>
<string name="duration_live">live</string>
<string name="downloads">Downloads</string>
<!-- error strings -->
<string name="general_error">Error</string>