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:layout_above="@+id/your_below_layout .
我的问题是,我使用的是线性布局。谢谢