diff options
Diffstat (limited to 'wallet/src/main/res/values')
-rw-r--r-- | wallet/src/main/res/values/colors.xml | 3 | ||||
-rw-r--r-- | wallet/src/main/res/values/strings.xml | 2 | ||||
-rw-r--r-- | wallet/src/main/res/values/styles.xml | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/wallet/src/main/res/values/colors.xml b/wallet/src/main/res/values/colors.xml index a6b1731..6413bb8 100644 --- a/wallet/src/main/res/values/colors.xml +++ b/wallet/src/main/res/values/colors.xml @@ -18,7 +18,4 @@ <color name="colorPrimary">#283593</color> <color name="colorPrimaryDark">#1A237E</color> <color name="colorAccent">#AE1010</color> - - <color name="red">#C62828</color> - <color name="green">#558B2F</color> </resources> diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml index b4af3b8..4531785 100644 --- a/wallet/src/main/res/values/strings.xml +++ b/wallet/src/main/res/values/strings.xml @@ -49,6 +49,8 @@ <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> diff --git a/wallet/src/main/res/values/styles.xml b/wallet/src/main/res/values/styles.xml index c8a2c3b..093f43f 100644 --- a/wallet/src/main/res/values/styles.xml +++ b/wallet/src/main/res/values/styles.xml @@ -21,6 +21,8 @@ <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorAccent">@color/colorAccent</item> <item name="colorOnPrimary">@android:color/white</item> + + <item name="windowActionModeOverlay">true</item> </style> <style name="AppTheme.NoActionBar"> |