Change the default toast duration
Created by: vanillajonathan
The default toast duration is 500 milliseconds.
I would argue that this duration is too short which leads to the toast often disappearing before user can fully read the toast message.
I argue in favor of raising the default toast duration.
Android also have the concept of toasts and provides two constants. SHORT_DELAY
at 2000 ms and LONG_DELAY
at 3500 ms.