~igor-cali/bilancio/stable

« back to all changes in this revision

Viewing changes to android/API26/main/res/menu/mainmenu.xml

  • Committer: Igor Calì
  • Date: 2019-04-07 16:24:48 UTC
  • Revision ID: igor.cali0@gmail.com-20190407162448-5mfwr7c39y3kzz6u
 v3.3.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
 
2
 
 
3
<!-- /***************************************************************
 
4
* Name:
 
5
* Purpose:   OpenMoneyBox Dashboard layout
 
6
* Author:    Igor Calì (igor.cali0@gmail.com)
 
7
* Created:   2019-01-27
 
8
* Copyright: Igor Calì (igor.cali0@gmail.com)
 
9
* License:              GNU
 
10
**************************************************************/
 
11
-->
 
12
 
2
13
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
3
14
    <item
4
15
        android:id="@+id/defaultFund"
16
27
    <item
17
28
        android:id="@+id/exportArchive"
18
29
        android:title="@string/export_archive_menu" />
 
30
    <!--
 
31
    <item
 
32
        android:id="@+id/changePwd"
 
33
        android:title="@string/password_change" />
 
34
    -->
19
35
    <item
20
36
        android:id="@+id/help"
21
37
        android:title="@string/options_help"