我试图创建一个从云端加载数据并在顶部播放视频的应用,接下来是关于视频的可滚动TextView,我还想添加屏幕截图(图像)水平滚动视图中屏幕底部的视频。它意味着在布局中一个接一个地看三个视图。请帮助我。 例如,在youtube应用中 - 当视频正在播放时,我们可以在视频下方滚动TextView。
感谢。
答案 0 :(得分:0)
您可能希望使用LinearLayout,以便为每个项目指定权重。 请阅读http://developer.android.com/guide/topics/ui/layout/linear.html
中的文档____________________________ | | ( weight is 2, which mean it will be twice as big as "1") | | | | | place video here | | | | | | | | | ____________________________ | | (weight is 1) | scrollview here | | | ____________________________ | | (weight is 1) | thumbnails here | | | ____________________________