GrenderG/Toasty

not showing properly in phones with smaller display

Open

#94 opened on Dec 11, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Java (6,535 stars) (822 forks)batch import
can't reproducehelp wanted

Description

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

Contributor guide

not showing properly in phones with smaller display · GrenderG/Toasty#94 | Good First Issue