mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Removed download button to album page and added to menu
This commit is contained in:
parent
b70819c337
commit
3a1a39691a
6 changed files with 54 additions and 23 deletions
10
app/src/main/res/menu/album_page_menu.xml
Normal file
10
app/src/main/res/menu/album_page_menu.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue