diff options
Diffstat (limited to 'wallet/src')
-rw-r--r-- | wallet/src/main/res/drawable/ic_check_circle.xml | 26 | ||||
-rw-r--r-- | wallet/src/main/res/layout/fragment_already_paid.xml | 2 | ||||
-rw-r--r-- | wallet/src/main/res/values/strings.xml | 15 |
3 files changed, 1 insertions, 42 deletions
diff --git a/wallet/src/main/res/drawable/ic_check_circle.xml b/wallet/src/main/res/drawable/ic_check_circle.xml deleted file mode 100644 index 375b366..0000000 --- a/wallet/src/main/res/drawable/ic_check_circle.xml +++ /dev/null @@ -1,26 +0,0 @@ -<!-- - ~ This file is part of GNU Taler - ~ (C) 2020 Taler Systems S.A. - ~ - ~ GNU Taler is free software; you can redistribute it and/or modify it under the - ~ terms of the GNU General Public License as published by the Free Software - ~ Foundation; either version 3, or (at your option) any later version. - ~ - ~ GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY - ~ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - ~ A PARTICULAR PURPOSE. See the GNU General Public License for more details. - ~ - ~ You should have received a copy of the GNU General Public License along with - ~ GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/> - --> - -<vector xmlns:android="http://schemas.android.com/apk/res/android" - android:width="24dp" - android:height="24dp" - android:alpha="0.56" - android:viewportWidth="24.0" - android:viewportHeight="24.0"> - <path - android:fillColor="@color/green" - android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM10,17l-5,-5 1.41,-1.41L10,14.17l7.59,-7.59L19,8l-9,9z" /> -</vector> diff --git a/wallet/src/main/res/layout/fragment_already_paid.xml b/wallet/src/main/res/layout/fragment_already_paid.xml index 5160a2e..18ce0b5 100644 --- a/wallet/src/main/res/layout/fragment_already_paid.xml +++ b/wallet/src/main/res/layout/fragment_already_paid.xml @@ -21,7 +21,7 @@ android:layout_height="match_parent" android:layout_margin="15dp" android:orientation="vertical" - tools:context=".payment.PaymentSuccessfulFragment"> + tools:context=".payment.AlreadyPaidFragment"> <Space android:layout_width="match_parent" diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml index e408365..828e7b3 100644 --- a/wallet/src/main/res/values/strings.xml +++ b/wallet/src/main/res/values/strings.xml @@ -44,7 +44,6 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card <string name="nav_error">Error</string> <string name="button_back">Go Back</string> - <string name="button_continue">Continue</string> <string name="button_scan_qr_code">Scan Taler QR Code</string> <string name="menu_settings">Settings</string> @@ -65,33 +64,21 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card <string name="transactions_error">Could not load transactions</string> <string name="transactions_detail_title">Transaction</string> <string name="transactions_detail_title_balance">Balance: %s</string> - <string name="transactions_detail_json">Show JSON</string> <string name="transactions_delete">Delete</string> <string name="transactions_select_all">Select All</string> <!-- Transactions --> - <string name="transaction_reserve_balance_updated">Reserve Balance Updated</string> <string name="transaction_payment">Payment</string> <string name="transaction_paid">Paid</string> <string name="transaction_order_total">Total</string> <string name="transaction_order">Purchase</string> <string name="transaction_order_id">Receipt #%1$s</string> - <string name="transaction_order_accepted">Purchase Confirmed</string> - <string name="transaction_order_refused">Purchase Cancelled</string> - <string name="transaction_tip_accepted">Tip Accepted</string> - <string name="transaction_tip_declined">Tip Declined</string> <string name="transaction_tip_from">Tip from %s</string> <string name="transaction_refund">Refund</string> <string name="transaction_refund_from">Refund from %s</string> <string name="transaction_refund_for">Refund for %s</string> <string name="transaction_pending">PENDING</string> <string name="transaction_refresh">Coin expiry change fee</string> - <string name="transaction_refresh_reason_manual">because of manual request</string> - <string name="transaction_refresh_reason_pay">for payment</string> - <string name="transaction_refresh_reason_refund">for refund</string> - <string name="transaction_refresh_reason_abort_pay">to abort payment</string> - <string name="transaction_refresh_reason_recoup">to recoup funds</string> - <string name="transaction_refresh_reason_backup_restored">because of restoring from backup</string> <string name="payment_fee">+%s payment fee</string> <string name="payment_button_confirm">Confirm Payment</string> @@ -102,12 +89,10 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card <string name="payment_show_details">Show Details</string> <string name="payment_hide_details">Hide Details</string> <string name="payment_initiated">Payment initiated</string> - <string name="payment_back_button">OK</string> <string name="payment_already_paid_title">Already paid</string> <string name="payment_already_paid">You\'ve already paid for this purchase.</string> <string name="withdraw_initiated">Withdrawal initiated</string> - <string name="withdraw_success_info">The wire transfer now needs to be confirmed with the bank. Once the wire transfer is complete, the digital cash will automatically show in this wallet.</string> <string name="withdraw_total">Withdraw</string> <string name="withdraw_fees">Fee</string> <string name="withdraw_exchange">Exchange</string> |