【发布时间】:2013-02-22 21:58:14
【问题描述】:
面包块库可以找到on Github 我的问题是,是否有可能如何使 Crouton 中显示的文本水平滚动。在 TextView 中可以这样做:
android:singleLine="true"
android:ellipsize="marquee"
android:marqueeRepeatLimit ="marquee_forever"
android:scrollHorizontally="true"
android:focusable="true"
android:focusableInTouchMode="true"
但这在面包丁中也可以吗? 我感谢每一个帮助/答案!
【问题讨论】:
标签: java android marquee crouton