GrenderG/Toasty
Ver no GitHubnot showing properly in phones with smaller display
Open
#94 aberto em 11 de dez. de 2018
can't reproducehelp wanted
Métricas do repositório
- Stars
- (6.535 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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...