fix(#44): pin expense filter chips directly under tabs #48
Reference in New Issue
Block a user
Delete Branch "fix/44-expenses-screen-empty-gap-tabs-chips"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
LazyColumninExpensesTabContentand into aColumnwrapper, so the chips sit directly under the Expenses/Recurring tabs and the list fills the rest of the page.Modifier.fillMaxSize()to the Recurring tab'sLazyColumnso it fills the pager page (no chips to hoist, but the layout is now consistent with the Expenses tab).Test plan
./gradlew assembleDebug— compiles./gradlew testDebugUnitTest— all unit tests passCloses #44