qinglie

Results 5 issues of qinglie

Activity根布局ConsecutiveScrollerLayout 嵌套TextView、ConsecutiveViewPager,TextView吸顶。ConsecutiveViewPager里面是两个Fragment,Fragment里面又是ConsecutiveScrollerLayout 嵌套TextView。此时如何让Fragment里面的TextView吸顶同时让Activity的TextView移出屏幕?

fix document

in Tutorial2_10Screen1: When I expand SheetContent quickly, it pops up at the bottom (maybe should be called "Fling"), showing some MainContent area. I want SheetContent to expand to its maximum...

![image](https://github.com/SmartToolFactory/Jetpack-Compose-Tutorials/assets/22768714/ddb28bd7-50da-47a0-b5c4-d41c6c81e598) ![image](https://github.com/SmartToolFactory/Jetpack-Compose-Tutorials/assets/22768714/f3c3e5d0-1b6b-4c78-b320-f7a7d466e5df) About Composable GridSnackCardWithTitle, I thought they were the same height, but they're not. Maybe the baseline should be considered. or use Modifier.layout ?

如下demo,搭配 AnimatedList,EasyRefresh 在执行刷新动画时点击按钮,完成刷新后,无法上弹: ``` void main() { runApp(const MyHome()); } class MyHome extends StatelessWidget { const MyHome({super.key}); @override Widget build(BuildContext context) { return const MaterialApp( home: Scaffold( body: SafeArea(child: MyBody2()),...