diff options
author | Renard | 2016-04-05 01:52:13 -0300 |
---|---|---|
committer | Renard | 2016-04-05 01:52:13 -0300 |
commit | 90ca8b34d823eed19d26f6611716ca231d60424c (patch) | |
tree | 65d389b05acb542f14a8faba8abeaa7b36ae227e /app/src/main/res/menu/menu_viewer.xml | |
download | BaiApp-90ca8b34d823eed19d26f6611716ca231d60424c.tar.gz BaiApp-90ca8b34d823eed19d26f6611716ca231d60424c.tar.xz BaiApp-90ca8b34d823eed19d26f6611716ca231d60424c.zip |
Initial commit
Diffstat (limited to 'app/src/main/res/menu/menu_viewer.xml')
-rw-r--r-- | app/src/main/res/menu/menu_viewer.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/menu/menu_viewer.xml b/app/src/main/res/menu/menu_viewer.xml new file mode 100644 index 0000000..31069eb --- /dev/null +++ b/app/src/main/res/menu/menu_viewer.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:tools="http://schemas.android.com/tools" + 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>
\ No newline at end of file |