【发布时间】:2015-07-04 00:10:07
【问题描述】:
我开发了一个动态创建文本视图的应用程序,期望的结果是:
textview1
textview2
textview3
(然后当用户创建一个新的文本视图)
textview4
textview1
textview2
textview3
但到目前为止,textview4 在 textview3 之下
文本视图在线性布局下。
我怎样才能达到预期的效果?
谢谢。
【问题讨论】:
-
你能用xml显示一些代码吗..
标签: java android textview android-linearlayout android-relativelayout