# MarqueeView **Repository Path**: mtj_java/MarqueeView ## Basic Information - **Project Name**: MarqueeView - **Description**: 垂直跑马灯效果 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MarqueeView 垂直跑马灯效果 # Add it in your root build.gradle at the end of repositories: ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` # Step 2. Add the dependency ``` dependencies { compile 'com.github.mtjsoft:MarqueeView:v1.0.1' } ```