]> git.ktnx.net Git - mobile-ledger.git/commit
ensure the profile list is always fully visible, without in-list scrolling
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 3 Mar 2019 15:05:20 +0000 (17:05 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 3 Mar 2019 15:07:21 +0000 (17:07 +0200)
commit03cd43a4c159765ad48427ee6fc44d03940acb24
tree6933f78d6e8a221e87668d9c27ad2ded2d5820eb
parent658663a586eaf33b59986fa6d0fac93b36d8b5a6
ensure the profile list is always fully visible, without in-list scrolling

this is an abuse of the recycler view, which is designed to show only a
suitable subset of the list, but (1) nested scrolling is ugly, and worse
in landscape, and (2) we aren't supposed to have thousands of profiles
app/src/main/java/net/ktnx/mobileledger/ui/activity/MainActivity.java
app/src/main/res/layout/main_navigation.xml