mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-14 17:56:01 -07:00
9 lines
No EOL
369 B
XML
9 lines
No EOL
369 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:title="@string/menu_download_all_button"
|
|
app:showAsAction="never" />
|
|
</menu> |