diff --git a/motiontoast/src/main/java/www/sanju/motiontoast/MotionToast.kt b/motiontoast/src/main/java/www/sanju/motiontoast/MotionToast.kt index 9a2d820..8a80ee8 100644 --- a/motiontoast/src/main/java/www/sanju/motiontoast/MotionToast.kt +++ b/motiontoast/src/main/java/www/sanju/motiontoast/MotionToast.kt @@ -31,8 +31,8 @@ class MotionToast { const val TOAST_INFO = "INFO" const val TOAST_DELETE = "DELETE" const val TOAST_NO_INTERNET = "NO INTERNET" - const val GRAVITY_TOP = 50 - const val GRAVITY_CENTER = 20 + const val GRAVITY_TOP = 48 + const val GRAVITY_CENTER = 16 const val GRAVITY_BOTTOM = 80 private lateinit var layoutInflater: LayoutInflater