mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Replaced the download icons in the menus with the three dots
This commit is contained in:
parent
d78668d6c5
commit
eeae6bbce5
5 changed files with 11 additions and 4 deletions
|
|
@ -5,6 +5,6 @@
|
|||
android:id="@+id/action_download_album"
|
||||
android:icon="@drawable/ic_file_download"
|
||||
android:iconTint="@color/titleTextColor"
|
||||
android:title="Download"
|
||||
app:showAsAction="always" />
|
||||
android:title="Download all"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
|
|
@ -5,6 +5,6 @@
|
|||
android:id="@+id/action_download_playlist"
|
||||
android:icon="@drawable/ic_file_download"
|
||||
android:iconTint="@color/titleTextColor"
|
||||
android:title="Download"
|
||||
app:showAsAction="always" />
|
||||
android:title="Download all"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue