We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d5615 commit 54cc55fCopy full SHA for 54cc55f
1 file changed
core/ui/src/main/java/com/neki/android/core/ui/toast/NekiToast.kt
@@ -73,6 +73,7 @@ class NekiToast(
73
WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE,
74
PixelFormat.TRANSLUCENT,
75
).apply {
76
+ windowAnimations = android.R.style.Animation_Toast
77
gravity = Gravity.BOTTOM or Gravity.FILL_HORIZONTAL
78
y = (28 * Resources.getSystem().displayMetrics.density).toInt()
79
}
0 commit comments