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.
我在此链接中从上到下使用此自定义滑动抽屉。
它可以工作,但我的问题是,当显示滑动抽屉时,我想隐藏它下面的 Activity 内容。
您需要为滑动抽屉的内容添加背景颜色(或图像)......它默认为透明度。
要将抽屉的背景颜色设置为黑色(它将覆盖它下面的所有内容),请将其添加到您的 xml 文件中:
android:background="#000"
这应该与android:id="@+id/content".
android:id="@+id/content"