]> git.ktnx.net Git - mobile-ledger.git/commit
new transaction: remove the xml-driven rows and populate by hand
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 9 Dec 2018 12:52:32 +0000 (12:52 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 9 Dec 2018 12:52:32 +0000 (12:52 +0000)
commit3d7346ab18d1050328ec030d9e1aef41a2a73d79
tree2a0d0faca56e31f6d251d77f0df04afe6dc59f05
parent5a75a6d1ffb0c52d5aadca78aa2d6ee992bfbc84
new transaction: remove the xml-driven rows and populate by hand

the by-hand method is used on demand anyway and should work and set all
the propertied of the rows/fields

the xml-driven stuff is still useful during development for figuring out
what is the purpose of each property
app/src/main/java/net/ktnx/mobileledger/NewTransactionActivity.java