# Android-Lib-VerticalMarqueeTextView
**Repository Path**: tang-junhui/Android-Lib-VerticalMarqueeTextView
## Basic Information
- **Project Name**: Android-Lib-VerticalMarqueeTextView
- **Description**: A custom TextView with vertical marquee effect
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-02-28
- **Last Updated**: 2021-06-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Vertical Marquee TextView for Android
=====================================
[  ](https://bintray.com/ayltai/maven/Android-Lib-VerticalMarqueeTextView/_latestVersion) [](https://travis-ci.org/ayltai/Android-Lib-VerticalMarqueeTextView) [](https://circleci.com/gh/ayltai/Android-Lib-VerticalMarqueeTextView) [](https://codeship.com/projects/154820) [](https://www.bitrise.io/app/e51bab8e538dd23c) [](https://dashboard.buddybuild.com/apps/5749ba8f789967010062bf57/build/latest)
A custom TextView with vertical marquee effect.
Features
--------
* Automatically start marquee effect when the TextView is added to a view.
* Customizable marquee speed
* Easy to extend and customize
Installation
------------
repositories { jcenter() } dependencies { compile 'android.lib.verticalmarqueetextview:VerticalMarqueeTextView:+' }How to use ---------- This project includes an [activity_example.xml](https://github.com/ayltai/Android-Lib-VerticalMarqueeTextView/blob/master/Samples/src/main/res/layout/activity_example.xml) to show how to use this library using XML declaration. An [ExampleActivity](https://github.com/ayltai/Android-Lib-VerticalMarqueeTextView/blob/master/Samples/src/main/java/android/lib/widget/verticalmarqueetextview/ExampleActivity.java) is also included, which, however, is basically empty because you don't need to write any code! Here is the example layout that generates the above screenshots: