Skip to content
#

bar

Here are 287 public repositories matching this topic...

android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWindow,一句代码轻松实现,以及对bar的其他设置,详见README。简书请参考:http://www.jianshu.com/p/2a884e211a62

  • Updated Aug 16, 2021
  • Java
patrick96
patrick96 commented Jul 11, 2021

With the new module action system, we can easily deprecate the old way of triggering hooks in the ipc module and replace it with a module action.

This has several advantages:

  • Cleaner way of handling messages (just register for certain action names)
  • Hooks can easily be triggered by click commands using the action syntax (``#module.name`)
  • Use the same system as all other modules

I p

Improve this page

Add a description, image, and links to the bar topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bar topic, visit your repo's landing page and select "manage topics."

Learn more