0977e34a2d6ed74977d900745efce936a6cd23f5
Hoist the date-range filter chip group and divider out of the LazyColumn and into a Column wrapper, so the chips sit directly under the Expenses/Recurring tabs and the list fills the rest of the page. Previously the chips were the first item of the LazyColumn, which left a large empty area between the tabs and the chips. Also add Modifier.fillMaxSize() to the Recurring tab's LazyColumn so it fills the pager page (no chips to hoist, but the layout is now consistent with the Expenses tab).
Description
No description provided
Languages
Kotlin
100%