I'm having a trouble finding exactly what I'm looking for on the Internet for what I want to do. I have an EditText, and sometimes whatever the user inputs to the EditText will exceed the width of the field. I already have it setup so that it has HorizontallyScrolling so it doesn't push anything else out of place, but now I want to have my text scroll from left to right, and when it reaches the end of the text, it repeats.
If anyone has a solution to this I would be super excited to get that working. If anyone wants more clarification on what I want, I'd be happy to give it. Thanks all!