简体   繁体   English

Android:文字流向另一个视图?

[英]Android: Text flow to another view?

Hi is there a way to dynamically load text that is too long into a text field of a fixed line length, and then have the remaining text flow into another textView in another view? 嗨,有没有一种方法可以将太长的文本动态加载到固定行长的文本字段中,然后将剩余的文本流到另一个视图中的另一个textView中? I want to load HTML data into a view and not have the user have to scroll but jump to the next view to see the remaining text. 我想将HTML数据加载到视图中,而不必让用户滚动但跳到下一个视图以查看剩余的文本。 Thanx for any input or suggestions. 感谢任何意见或建议。

不幸的是,没有办法做到这一点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Android中的另一个视图上为文本制作动画? - How to animate text over another View in Android? 带有按钮和滑动的Android View Flow - Android View Flow with buttons and swipe Android:从另一个活动设置文本视图的文本不起作用 - Android: Set Text View's text from another activity Not working Android:将图像和文本视图放在另一个图像上 - Android: Put an image and a text view over another image 使用view pager android覆盖Flow功能 - Cover Flow feature using view pager android 在Android中实现自定义View和/或ViewGroup(流布局) - Implementing custom View and/or ViewGroup (Flow Layout) in Android 接收流的Android单元测试视图模型 - Android unit testing view model that receives flow 带有片段的Android veiwpager视图流问题 - Android veiwpager with fragments view flow issues Android: 收集一个 Kotlin 流在另一个不发出 - Android: collecting a Kotlin Flow inside another not emitting 在自动完成文本视图中输入文本并在android中将其清除后,如何清除其他文本视图中的文本? - How can I clear text in another text view when I have entered text in auto complete text view and cleared it in android?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM