Skip to content

Instantly share code, notes, and snippets.

@cyril-tl
cyril-tl / LogItem.kt
Created December 15, 2022 08:10 — forked from One-cy/LogItem.kt
Jetpack compose MutableList LazyColumn
package com.example.composelist
import androidx.compose.foundation.BorderStroke
import androidx.compose.foundation.background
import androidx.compose.foundation.clickable
import androidx.compose.foundation.layout.*
import androidx.compose.foundation.shape.RoundedCornerShape
import androidx.compose.material.Card
import androidx.compose.material.Text
import androidx.compose.runtime.Composable