You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.
@@ -48,7 +48,7 @@ Please get **Android Studio Arctic Fox 2020.3.1** or above [from here](https://d
@@ -155,6 +155,7 @@ Please get **Android Studio Arctic Fox 2020.3.1** or above [from here](https://d
155
155
|`customLoadingIconPainter`| painter [Painter] to draw your custom loading icon. |`painterResource(id = R.drawable.simform_logo)`|
156
156
|`customLoadingEffect`| Custom loading animation type like roation, zoom in out etc. |`SSCustomLoadingEffect( rotation = false, zoomInOut = false, colorChanger = false)`|
157
157
|`customLoadingPadding`| Spacing between button border and loading icon. |`0`|
158
+
|`shouldAutoMoveToIdleState`| In case of success/failure state after defined time it move back to idle state. |`true`|
158
159
159
160
## Our JetPackCompose Sample
160
161
[SSComposeCookBook](https://github.com/SimformSolutionsPvtLtd/SSComposeCookBook) : A Collection of major Jetpack compose UI components which are commonly used.
Copy file name to clipboardExpand all lines: ssjetpackcomposeprogressbutton/src/main/java/com/simform/ssjetpackcomposeprogressbuttonlibrary/SSJetPackComposeProgressButton.kt
+31-22
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ import kotlinx.coroutines.delay
86
86
* @param customLoadingIconPainter painter [Painter] to draw your custom loading icon.
0 commit comments