Hello, I have created a simple demo app where I ha...
# compose
e
Hello, I have created a simple demo app where I have used a
TabRow
for displaying 3 Tabs, I have noticed something unexpected when the app load data, there's a color that appear behind the
TabRow
even if the
backgroundColor
parameter of the
TabRow
is
Color.Transparent
I'm using compose 1.1.0-beta01, And I have noticed that unexpected behaviour after updating
accompanist-pager
lib to 0.20.0, I'm using
TabRow
with a
HorizontalPager