AutoScrollTextView
Sample Android application show how to set auto scroll in text view in android.
Install / Use
/learn @lopspower/AutoScrollTextViewREADME
AutoScrollTextView
Sample Android application show how to set auto scroll in text view in android.
Usage
To make a auto scroll in your text view, you must use the following properties in your XML.
Properties:
ellipsizefocusablefocusableInTouchModemarqueeRepeatLimitscrollHorizontallysingleLine
XML
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true"
android:text="@string/your_value"
tools:ignore="HardcodedText" />
LICENCE
AutoScrollTextView by Lopez Mikhael is licensed under a Apache License 2.0.
Related Skills
node-connect
348.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
348.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
348.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
