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.
当我们单击任何联系人的图标/图像时,默认情况下,此视图显示全屏。如何实现以下案例 1.当向顶部滑动时,查看一个具有透明一半的单独活动,它覆盖到操作栏。2.向下滑动屏幕会像棒棒糖一样消失 5.1.1 通话详情视图
案例 1:对于透明Activity尝试此链接。您只需要Theme.Transparent在#0000000您的styles.xml
Activity
Theme.Transparent
#0000000
styles.xml
案例 2:自下而上的Activity过渡使用此链接了解更多详细信息。您可以在后按按钮上进行从上到下的转换。