Working on a simple app where I have 5 rows of info, 4 of which can be shown at a time due to the width of the screen. What’s the best way to go about “scrolling” through the rows? I looked into Marquees but those seem to only work with 1 concatenated string, and I don’t really know if it would flow correctly.
Here’s my pretty basic app, for anyone wanting context: GitHub - zeronullempty/tydbit_prayertime: Tidbyt app for Islamic prayer times.