Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建文本滑块。但我面临的问题是文本被截断,因为文本不适合屏幕。如何强制 android 不剪切文本。我试过了
android:clipChildren="false"
在布局中,但它不起作用。
请给我打一下怎么办?
将 textview 放入 HorizontalScrollView
通过调用 smoothscrollto 方法以编程方式自动滚动滚动视图