Open p32929 opened 5 years ago
First of all, thanks for this amazing library. But its not showing properly in smaller display phones. Here's some screenshots:
This was the code: Toasty.error(this, "Failed GsignIn", Toast.LENGTH_SHORT, true).show();
and
This was the code: Toasty.info(this, "Loading. Please wait...", Toast.LENGTH_SHORT, true).show();
Tested in Sony Ericsson Xperia Mini (160dpi) Android 7.1.2
Thanks in advance...
I've tested this in a 2.7 inches emulator (actually smaller than your device) and I can't reproduce it... I've tested it in both API 28 and API 25.
Can't reproduce either, tried in several small devices.
First of all, thanks for this amazing library. But its not showing properly in smaller display phones. Here's some screenshots:
This was the code: Toasty.error(this, "Failed GsignIn", Toast.LENGTH_SHORT, true).show();
and
This was the code: Toasty.info(this, "Loading. Please wait...", Toast.LENGTH_SHORT, true).show();
Tested in Sony Ericsson Xperia Mini (160dpi) Android 7.1.2
Thanks in advance...