Hi, I have a question regarding ScrollableTabRow ...
# compose
p
Hi, I have a question regarding ScrollableTabRow and edge padding is there a possibility to set padding only for the items inside, and not the left and right edge? simplified code: https://gist.github.com/piotrsedlak/4cd4994c91b4de2c59d7f6a1f5f1da12 What i need is: https://imgur.com/a/TbIbOVP but i get something like this, https://imgur.com/a/FspxhVU maybe i’m setting something wrong, or there is some internal padding that i cannot change? i managed to get something like i want using lazy row: https://gist.github.com/piotrsedlak/4fdb1b124e067e5ec8d50b933477bea7 https://imgur.com/a/DzM6IKy but that would mean implementing logic for the indicator, and if possible i’d like to avoid that