Перевод

Мелкие шайтанские фокусы
This commit is contained in:
2023-06-24 01:49:30 +05:00
parent 83fad60483
commit 0e0cd3ea07
246 changed files with 1424 additions and 1420 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
android {
namespace = "it.vfsfitvnm.compose.reordering"
namespace = "it.hamy.compose.reordering"
compileSdk = 33
defaultConfig {

View File

@@ -1,4 +1,4 @@
package it.vfsfitvnm.compose.reordering
package it.hamy.compose.reordering
import androidx.compose.animation.core.Animatable
import androidx.compose.animation.core.AnimationVector

View File

@@ -1,4 +1,4 @@
package it.vfsfitvnm.compose.reordering
package it.hamy.compose.reordering
import androidx.compose.foundation.ExperimentalFoundationApi
import androidx.compose.foundation.lazy.LazyItemScope

View File

@@ -1,4 +1,4 @@
package it.vfsfitvnm.compose.reordering
package it.hamy.compose.reordering
import androidx.compose.foundation.gestures.Orientation
import androidx.compose.foundation.layout.offset

View File

@@ -1,4 +1,4 @@
package it.vfsfitvnm.compose.reordering
package it.hamy.compose.reordering
import androidx.compose.foundation.gestures.detectDragGestures
import androidx.compose.foundation.gestures.detectDragGesturesAfterLongPress

View File

@@ -1,6 +1,6 @@
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
package it.vfsfitvnm.compose.reordering
package it.hamy.compose.reordering
import androidx.compose.foundation.gestures.FlingBehavior
import androidx.compose.foundation.gestures.ScrollableDefaults

View File

@@ -1,6 +1,6 @@
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
package it.vfsfitvnm.compose.reordering
package it.hamy.compose.reordering
import androidx.compose.foundation.ExperimentalFoundationApi
import androidx.compose.foundation.OverscrollEffect

View File

@@ -1,6 +1,6 @@
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
package it.vfsfitvnm.compose.reordering
package it.hamy.compose.reordering
import androidx.compose.animation.core.Animatable
import androidx.compose.animation.core.AnimationVector1D