Updated on 2026-08-14
This commit is contained in:
parent
918ab4613f
commit
819a80a444
16 changed files with 414 additions and 48 deletions
|
|
@ -22,9 +22,9 @@ object TangemAnimations {
|
|||
forwardWhen: (initial: S, target: S) -> Boolean,
|
||||
): AnimatedContentTransitionScope<S>.() -> ContentTransform = {
|
||||
val direction = if (forwardWhen(initialState, targetState)) {
|
||||
AnimatedContentTransitionScope.SlideDirection.End
|
||||
} else {
|
||||
AnimatedContentTransitionScope.SlideDirection.Start
|
||||
} else {
|
||||
AnimatedContentTransitionScope.SlideDirection.End
|
||||
}
|
||||
|
||||
slideIntoContainer(towards = direction, animationSpec = tween())
|
||||
|
|
|
|||
5
core/ui/src/main/res/drawable/ic_accepted_20.xml
Normal file
5
core/ui/src/main/res/drawable/ic_accepted_20.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<vector android:autoMirrored="true" android:height="20dp"
|
||||
android:viewportHeight="20" android:viewportWidth="20"
|
||||
android:width="20dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#1ACE80" android:fillType="evenOdd" android:pathData="M10,0C4.48,0 0,4.48 0,10C0,15.52 4.48,20 10,20C15.52,20 20,15.52 20,10C20,4.48 15.52,0 10,0ZM8,15L3,10L4.41,8.59L8,12.17L15.59,4.58L17,6L8,15Z"/>
|
||||
</vector>
|
||||
8
core/ui/src/main/res/drawable/ic_unticked_20.xml
Normal file
8
core/ui/src/main/res/drawable/ic_unticked_20.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<vector android:autoMirrored="true" android:height="20dp"
|
||||
android:viewportHeight="20" android:viewportWidth="20"
|
||||
android:width="20dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group>
|
||||
<clip-path android:fillType="evenOdd" android:pathData="M0,10C0,4.48 4.48,0 10,0C15.52,0 20,4.48 20,10C20,15.52 15.52,20 10,20C4.48,20 0,15.52 0,10ZM2,10C2,14.42 5.58,18 10,18C14.42,18 18,14.42 18,10C18,5.58 14.42,2 10,2C5.58,2 2,5.58 2,10Z"/>
|
||||
<path android:fillColor="#656565" android:pathData="M-2,-2h24v24h-24z"/>
|
||||
</group>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue