Merge branch 'issue#228' of https://github.com/torrentcome/Tusky into torrentcome-issue#228

This commit is contained in:
Vavassor 2017-05-11 18:08:01 -04:00
commit 12571a7556
4 changed files with 72 additions and 34 deletions

View 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>