Added menu to download activity
This commit is contained in:
parent
730de4061f
commit
affce74b84
3 changed files with 58 additions and 12 deletions
13
app/src/main/res/menu/download_menu.xml
Normal file
13
app/src/main/res/menu/download_menu.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
|
||||
<item android:id="@+id/action_settings"
|
||||
app:showAsAction="never"
|
||||
android:title="@string/settings"/>
|
||||
|
||||
<item android:id="@+id/action_report_error"
|
||||
app:showAsAction="never"
|
||||
android:title="@string/report_error" />
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue