An open API service indexing awesome lists of open source software.

https://github.com/lopspower/autoscrolltextview

Sample Android application show how to set auto scroll in text view in android.
https://github.com/lopspower/autoscrolltextview

Last synced: 6 months ago
JSON representation

Sample Android application show how to set auto scroll in text view in android.

Awesome Lists containing this project

README

          

AutoScrollTextView
=====================

Sample Android application show how to set auto scroll in text view in android.

Usage
-----

To make a auto scroll in your text view, you must use the following properties in your XML.

Properties:
* `ellipsize`
* `focusable`
* `focusableInTouchMode`
* `marqueeRepeatLimit`
* `scrollHorizontally`
* `singleLine`

XML
-----

```xml

```

LICENCE
-----

AutoScrollTextView by [Lopez Mikhael](http://mikhaellopez.com/) is licensed under a [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).