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.
- Host: GitHub
- URL: https://github.com/lopspower/autoscrolltextview
- Owner: lopspower
- Created: 2013-09-01T14:31:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T09:09:02.000Z (about 4 years ago)
- Last Synced: 2025-03-25T19:11:28.893Z (7 months ago)
- Language: Java
- Homepage:
- Size: 487 KB
- Stars: 50
- Watchers: 8
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).