且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Android的滑动抽屉布局问题

更新时间:2022-12-05 18:09:28

试着改变你的最外层布局到 RelativeLayout的。这应该允许滑动布局重叠它上面的LinearLayout膨胀时

try changing your outermost layout to a relativelayout. this should allow the sliding layout to overlap the linearlayout above it when it expands.