bitsy-wallet/app/src/main/res/layout
Severiano Jaramillo 53479f8837 - Add a amount verification to the SendTransactionFragment to ensure the user has at least that amount of the selected asset in his account.
- Show the balance of the current selected asset below the asset Spinner.
- Enable the send transaction button only after verifying that both the to account and the amount are both valid.
2018-12-05 21:49:26 -06:00
..
activity_database_load.xml Created a DatabaseLoadActivity which loads basic information of all the BitShares assets and stores them in the database. This process only occurs once during the initial setup. 2018-11-26 15:11:34 -06:00
activity_import_brainkey.xml - Make an UX improvement to let the user import the account directly from the keyboard when typing the brainkey in the TextField. 2018-11-22 20:13:10 -06:00
activity_license.xml Update EULA and change DISAGREE button color to red and AGREE button color to green. 2018-11-28 14:21:43 -06:00
activity_main.xml - Removed not needed stuff. 2018-11-21 14:47:21 -06:00
activity_settings.xml - Created basic Balances layout with sections to show the account name, a list of Balances and a list of Transactions. 2018-11-26 12:26:20 -06:00
fragment_balances.xml - Created basic Balances layout with sections to show the account name, a list of Balances and a list of Transactions. 2018-11-26 12:26:20 -06:00
fragment_merchants.xml - Removed not needed stuff. 2018-11-21 14:47:21 -06:00
fragment_receive_transaction.xml Created basic SendTransactionFragment and SendTransactionFragment with their respective layout files. 2018-12-03 15:37:27 -06:00
fragment_send_transaction.xml - Add a amount verification to the SendTransactionFragment to ensure the user has at least that amount of the selected asset in his account. 2018-12-05 21:49:26 -06:00
item_balance.xml - Created basic Balances layout with sections to show the account name, a list of Balances and a list of Transactions. 2018-11-26 12:26:20 -06:00
item_transaction.xml - Create basic TransactionsAdapter to populate the Transactions RecyclerView in Balances. 2018-11-28 20:13:40 -06:00