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.
我正在使用相机制作一个项目,我想要一个额外的按钮,我必须在滑动抽屉中看到它。我试过了,但屏幕分为两部分,相机预览和打开时滑动抽屉的位置。
我的问题是我如何使相机的预览作为背景或滑动抽屉下方,以便占据整个屏幕?谢谢你。非常感谢建议、链接和教程。:)
您必须将相机预览和滑动抽屉放在相对布局中。这样它们就会重叠,你会得到你想要的效果。例如,如果将它们放在线性布局中,则打开抽屉时预览将缩小。