mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 18:31:40 +00:00
10 lines
395 B
XML
10 lines
395 B
XML
|
|
<?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>
|