Stevia.kt icon indicating copy to clipboard operation
Stevia.kt copied to clipboard

:leaves: Healthy ConstraintLayout Sugar

Results 2 Stevia.kt issues
Sort by recently updated
recently updated
newest added

This is the activity layout: `ConstraintLayout(currentActivity).subviews( flowStorage.asView(), bottomNavigation, blockConstraint ) when I navigate from notification it gives : The specified child already has a parent. You must call removeView() on...

Stevia.kt is brilliant for UI layout on Android. However, it is not perfect, for instance, I-password-forgot-I, only layout horizontally for first item. // code snippet from the lib // Embedded...