8000 GitHub - small-tree/Topmsg: android 实现顶部弹出提示框,顶部 toast
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

android 实现顶部弹出提示框,顶部 toast

Notifications You must be signed in to change notification settings

small-tree/Topmsg

Repository files navigation

两种方式实现顶部弹出提示框

1 通过toast 修改显示位置

  • 优点 可以实现页面过渡显示
  • 缺点 不能定义显示隐藏动画

2 通过popupwindow 在顶部弹出,延时关闭

  • 优点 可以实现各种显示效果,动画
  • 缺点 不能实现页面过渡,只能单页面显示

截图

image

image

About

android 实现顶部弹出提示框,顶部 toast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0