毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> 移动平台 >> 正文

android如何使用动态文本来设置滚动跑马灯

更新时间:2015-11-11:  来源:毕业论文

android如何使用动态文本来设置滚动跑马灯,比如在变换音乐时,让音乐信息(例如歌名,歌手等信息)变换后跑起来

Simply add a single TextView within the MarqueeView instance.

The view can be configured via Java code, or through XML. Please see the sample for details.
Including In Your Project

If you are a Maven user you can easily include the library by specifying it as a dependency:

<dependency>
  <groupId>asia.ivity.android</groupId>
  <artifactId>marqueeview-apklib</artifactId>
  <version>{insert-latest-version}</version>
  <type>apklib</type>
</dependency>

If you are using gradle, you can refer to the .aar version like so:

// Ensure to fetch dependencies from maven central
repositories {
  mavenCentral()
}

dependencies {
  compile 'asia.ivity.android:marqueeview:{insert-latest-version}@aar'
}

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。