GrenderG / Toasty

The usual Toast, but with steroids 💪
GNU Lesser General Public License v3.0
6.58k stars 811 forks source link

not showing properly in phones with smaller display #94

Open p32929 opened 5 years ago

p32929 commented 5 years ago

First of all, thanks for this amazing library. But its not showing properly in smaller display phones. Here's some screenshots:

screenshot_20181211-125645 This was the code: Toasty.error(this, "Failed GsignIn", Toast.LENGTH_SHORT, true).show();

and

screenshot_20181211-125927 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...

sami286 commented 5 years ago

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.

GrenderG commented 5 years ago

Can't reproduce either, tried in several small devices.