aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/menu/menu_viewer.xml
blob: bb4352b7f80b3e10bede6f09da65b5a247e60f48 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                      
                                                                






                                                        
<?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:title="Guardar"
        android:id="@+id/menu_save_img"
        android:orderInCategory="100"
        android:icon="@drawable/ic_action_download"
        app:showAsAction="always"/>
</menu>