标签: android transparent android-coordinatorlayout
有人可以帮助您了解如何实现活动的透明上部吗?我知道这使用CoordinatorLayout,因为我目前正在开发的应用程序与此密切相关。但是,当我尝试将ImageView或甚至占位符本身设置为透明时,它只会显示白色背景。调用活动的片段在后面不可见。我甚至尝试使用android:alpha="0" xml属性,但仍然无法获得我想要达到的目标。顺便说一下,您在下面看到的图像是Play商店的用户配置文件部分。
CoordinatorLayout
ImageView
android:alpha="0"