]> git.ktnx.net Git - mobile-ledger-staging.git/commit
further theme fixes
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 28 Jun 2020 16:33:08 +0000 (19:33 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 28 Jun 2020 16:33:08 +0000 (19:33 +0300)
commit4f910919819fbe8db070847cfbfba493a62c7c58
tree07df946521d4b52142ffd8464d3a822e2927fca0
parentff27cd8c41424676ec046c58448d23cd4313d1dc
further theme fixes

drop fixed "Light" theme reference where it is not needed to allow the dark theme to kick in

move global colour values in the base app theme, the default theme is much like the 5⁰ themes

generate night variants of the themes employing system-wide dark theme
app/src/main/java/net/ktnx/mobileledger/utils/Colors.java
app/src/main/res/layout/main_navigation.xml
app/src/main/res/layout/transaction_list_fragment.xml
app/src/main/res/layout/transaction_list_row.xml
app/src/main/res/layout/transaction_list_row_accounts_table_row.xml
app/src/main/res/values-night/styles.xml [new file with mode: 0644]
app/src/main/res/values/styles.xml
tools/gen-styles