SkillAgentSearch skills...

MarqueeView

垂直跑马灯效果。

Install / Use

/learn @junixapp/MarqueeView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MarqueeView

垂直跑马灯效果。

Screenshot

Usage

//设置数据
marqueeView.setMarqueeData(data);
//切换暂停和滚动
marqueeView.toggleMarquee();
// 设置切换的时间间隔,默认是2000
marqueeView.setInterval(3000);

Depedency

  • step1, Add it in your root build.gradle at the end of repositories:

      	allprojects {
      		repositories {
      			...
      			maven { url "https://jitpack.io" }
      		}
      	}
    
  • step2, Add the dependency

      	dependencies {
      	        compile 'com.github.li-xiaojun:MarqueeView:latest'
      	}
    

Related Skills

View on GitHub
GitHub Stars47
CategoryDevelopment
Updated2y ago
Forks12

Languages

Java

Security Score

55/100

Audited on May 21, 2023

No findings