Circular dependencies cannot exist in RelativeLayout, android?

前端 未结 4 1095
Happy的楠姐
Happy的楠姐 2020-11-28 10:59

I have the following layout: I need to keep the button at the bottom of screen and it should be visible to the user. The rest of the layout should scroll.

          


        
4条回答
  •  清酒与你
    2020-11-28 11:23

    If you give both view each other android:layout_below id then this circular dependencies problem occur. for example

    
    
        
    

提交回复
热议问题