Removed download button to album page and added to menu

This commit is contained in:
CappielloAntonio 2021-04-29 11:27:49 +02:00
parent b70819c337
commit 3a1a39691a
6 changed files with 54 additions and 23 deletions

View file

@ -0,0 +1,10 @@
<?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_album"
android:icon="@drawable/ic_file_download"
android:iconTint="@color/titleTextColor"
android:title="Download"
app:showAsAction="always" />
</menu>