【发布时间】:2016-12-29 17:16:22
【问题描述】:
我想设计这样的布局:
纵向模式xml:
<RelativeLayout>
<ToolBar>
<ToolBar>
<TextView>
</TextView>
<VideoView>
<VideoView>
<Webview>
</Webview>
</RelativeLayout>
横向模式xml:
<RelativeLayout>
<VideoView>
<VideoView>
</RelativeLayout>
横向模式下其他视图将不可见。提前致谢。我是android开发的新手。
【问题讨论】:
标签: android android-layout android-xml