Closed ArnoldVadiyants closed 2 years ago
Can you please clarify, Currently the second iteration is started only once the first is completely disappeared. How can we show the secondary text immediately after the main one with some space?
Fixed by changing the val spacing = constraints.maxWidth * 2 / 3 to the exact space value I need
val spacing = constraints.maxWidth * 2 / 3
Can you please clarify, Currently the second iteration is started only once the first is completely disappeared. How can we show the secondary text immediately after the main one with some space?