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 phone gap 应用程序。我设计了 HTML 页面并在该调用 android 布局中包含来自插件的线性布局按钮。
现在我在点击设备菜单按钮时打开菜单。菜单是在 HTL<div>标签中设计的。
<div>
当我打开菜单时,我的 android 视图在菜单上重叠。我想要菜单将隐藏 android 布局。
我也设置z-index了菜单。我们可以为 android 布局设置 z 索引,以便 android 视图返回菜单。
z-index
请帮忙