Advertisement

Android开发之 Compose基础学习-滑动至特定项、动态浮动标签

阅读量:

先展示图表

再次审视代码内容

复制代码
 package com.xiayiye5.composefirst.components

    
  
    
 import android.util.Log
    
 import androidx.compose.foundation.clickable
    
 import androidx.compose.foundation.gestures.animateScrollBy
    
 import androidx.compose.foundation.horizontalScroll
    
 import androidx.compose.foundation.layout.Column
    
 import androidx.compose.foundation.layout.Row
    
 import androidx.compose.foundation.layout.height
    
 import androidx.compose.foundation.lazy.LazyRow
    

全部评论 (0)

还没有任何评论哟~