Skip to content

Instantly share code, notes, and snippets.

View BlondeNamazu's full-sized avatar

Namazu BlondeNamazu

View GitHub Profile
@BlondeNamazu
BlondeNamazu / NestedScrollSample.kt
Created March 4, 2023 10:30
ブログにて紹介したNestedScrollの挙動をカスタマイズする際に用いたサンプルコード https://blondenamazu.hatenablog.com/entry/manage-nested-scroll
package com.example.nestedScrollSample
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.*
import androidx.compose.foundation.lazy.LazyColumn
import androidx.compose.material.Text
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.geometry.Offset
import androidx.compose.ui.graphics.Color.Companion.Cyan