Merge branch 'issue#228' of https://github.com/torrentcome/Tusky into torrentcome-issue#228
This commit is contained in:
commit
12571a7556
4 changed files with 72 additions and 34 deletions
9
app/src/main/res/menu/view_media_tooblar.xml
Normal file
9
app/src/main/res/menu/view_media_tooblar.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?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_download"
|
||||
android:icon="@drawable/ic_file_download_black_24dp"
|
||||
android:title="@string/dialog_download_image"
|
||||
app:showAsAction="always" />
|
||||
</menu>
|
Loading…
Add table
Add a link
Reference in a new issue