You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After targeting android 16 , the alerter showing behind the navigation bar when set gravity to bottom
Alerter.create(it)
.setTitle(message)
.setDuration(2000)
.setBackgroundColorInt(backgroundColor)
.setLayoutGravity(Gravity.BOTTOM)
.show()
After targeting android 16 , the alerter showing behind the navigation bar when set gravity to bottom
Alerter.create(it)
.setTitle(message)
.setDuration(2000)
.setBackgroundColorInt(backgroundColor)
.setLayoutGravity(Gravity.BOTTOM)
.show()