我需要一个framelayout来覆盖另一个framelayout。如果ViewGroup元素有两个这样的子元素(它只需要两个孩子,所以我不能添加另一个父framelayout ):
<CustomViewGroup> #needs exactly two children
<FrameLayout></FrameLayout> #first child
<FrameLayout></FrameLayout> #second child, should overlay over the first
</CustomViewGroup>
如何在第一帧覆盖第二帧覆盖? 在当前配置中,当我让第二个孩子可见时,第一个孩子会被调整大小。
应该如何:
- customviewgroup中的两个framelayout
- framelayout应覆盖第一个framelayout(来自botton的自定义抽屉
目前会发生什么:
- 第二个framelayout不会覆盖第一个但不在其下方的位置