Skip to content

chenpengfei88/VerticalMarqueeView

Repository files navigation

VerticalMarqueeView

效果

image

使用

<com.fe.verticalmarqueeview.MarqueeView
   android:id="@+id/marqueeview"
   android:layout_width="match_parent"
   android:layout_height="wrap_content"
   android:layout_centerInParent="true"
   android:background="@drawable/bg_marqueeview"
   app:textSize="16sp"
   app:textColor="#333333"
   app:paddingLeft="10dp"
   app:paddingTopBottom="15dp"
   app:startDelayTime="500"
   app:reRepeatDelayTime="1000"
   app:itemAnimationTime="700"
/>

About

新闻向上不断滚动跑马灯效果

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages