Sergio Moral
10/17/2024, 9:57 AMSergio Moral
10/17/2024, 9:59 AMYves Kalume
10/21/2024, 2:23 PMSkaldebane
10/21/2024, 8:51 PMSergio Moral
10/23/2024, 8:33 AMSergio Moral
10/23/2024, 8:34 AMSkaldebane
10/23/2024, 12:37 PMSkaldebane
10/23/2024, 12:38 PMSkaldebane
10/23/2024, 12:42 PMTabRow
, it uses a SubcomposeLayout, to first subcompose and place all the tabs (and get their measurements), and then subcomposes the indicator based on the measured size of the tabs.
I don't fully understand it, but I've recently needed to modify ScrollableTabRow
and the code is very readable.Skaldebane
10/23/2024, 12:44 PMScrollableTabRow
modifications: https://kotlinlang.slack.com/archives/CJLTWPH7S/p1729521955366909?thread_ts=1729521955.366909&cid=CJLTWPH7S)Sergio Moral
11/21/2024, 11:46 AM