exchange.xml (1825B)
1 <?xml version="1.0" encoding="utf-8"?><!-- 2 ~ This file is part of GNU Taler 3 ~ (C) 2020 Taler Systems S.A. 4 ~ 5 ~ GNU Taler is free software; you can redistribute it and/or modify it under the 6 ~ terms of the GNU General Public License as published by the Free Software 7 ~ Foundation; either version 3, or (at your option) any later version. 8 ~ 9 ~ GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY 10 ~ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 11 ~ A PARTICULAR PURPOSE. See the GNU General Public License for more details. 12 ~ 13 ~ You should have received a copy of the GNU General Public License along with 14 ~ GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/> 15 --> 16 17 <menu xmlns:android="http://schemas.android.com/apk/res/android"> 18 <item 19 android:id="@+id/action_manual_withdrawal" 20 android:title="@string/exchange_menu_manual_withdraw" /> 21 <item 22 android:id="@+id/action_receive_peer" 23 android:title="@string/receive_peer" /> 24 <item 25 android:id="@+id/action_reload" 26 android:title="@string/exchange_reload" /> 27 <item 28 android:id="@+id/action_view_tos" 29 android:title="@string/exchange_tos_view" /> 30 <item 31 android:id="@+id/action_accept_tos" 32 android:title="@string/exchange_tos_accept" /> 33 <item 34 android:id="@+id/action_forget_tos" 35 android:title="@string/exchange_tos_forget" /> 36 <item 37 android:id="@+id/action_global_add" 38 android:title="@string/exchange_global_add" /> 39 <item 40 android:id="@+id/action_global_delete" 41 android:title="@string/exchange_global_delete" /> 42 <item 43 android:id="@+id/action_delete" 44 android:title="@string/transactions_delete" /> 45 </menu>