crouton 库可以在 Github上找到, 我的问题是,是否可以让 Crouton 中显示的文本水平滚动。在 TextView 中可以这样做:
android:singleLine="true"
android:ellipsize="marquee"
android:marqueeRepeatLimit ="marquee_forever"
android:scrollHorizontally="true"
android:focusable="true"
android:focusableInTouchMode="true"
但这在面包丁中也可以吗?我感谢每一个帮助/答案!