# ScrollerTextView **Repository Path**: hailinnew/scroller-text-view ## Basic Information - **Project Name**: ScrollerTextView - **Description**: 文本轮播 fork from https://github.com/xiaweizi/MarqueeTextView 添加匀速滚动,长度自适应效果 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-04-20 - **Last Updated**: 2023-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ScrollerTextView #### 介绍 文本轮播 fork from https://github.com/xiaweizi/MarqueeTextView 添加匀速滚动,长度自适应效果 #### 使用说明 ### 周期性app:scroll_speed_mode="mode_interval" app:scroll_interval="50" 或者匀速 app:scroll_speed_mode="mode_uniform" app:scroll_speed="30" ``` ```