diff options
author | Renard1911 | 2016-04-11 17:52:55 -0300 |
---|---|---|
committer | Renard1911 | 2016-04-11 17:52:55 -0300 |
commit | c94f0e1d27f0a92a17b2e65363bdce6461249d95 (patch) | |
tree | 6990d471d884ad87a2be9234e40fd2a91f6bb827 /app/src/main/res/menu | |
parent | 0f3adf23154e6d7e0eaced70a31676d71bef8e34 (diff) | |
parent | 90ee611af8ba4c38e70f27eb0df55e9134ad625c (diff) | |
download | BaiApp-c94f0e1d27f0a92a17b2e65363bdce6461249d95.tar.gz BaiApp-c94f0e1d27f0a92a17b2e65363bdce6461249d95.tar.xz BaiApp-c94f0e1d27f0a92a17b2e65363bdce6461249d95.zip |
Merge pull request #1 from Renard1911/devv1.6.0
Dev
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/menu_viewer.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/menu/menu_viewer.xml b/app/src/main/res/menu/menu_viewer.xml index 31069eb..bb4352b 100644 --- a/app/src/main/res/menu/menu_viewer.xml +++ b/app/src/main/res/menu/menu_viewer.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<menu xmlns:tools="http://schemas.android.com/tools" - xmlns:android="http://schemas.android.com/apk/res/android" +<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" |