SuperToasts
SuperToasts copied to clipboard
A library that extends the Android toast framework.
API 28 Exception: Unable to add window -- token null is not valid; is your activity running?
Hi, I am testing this library and is great, but there are a problem width function gravity. This is mi code: ` SuperActivityToast superActivityToast = new SuperActivityToast(context, Style.TYPE_PROGRESS_CIRCLE); superActivityToast.setText("Hello world!");...
Hi am trying to add gravity in main activity, applying > .setGravity(Gravity.TOP) takes the toast out of the screen. I tried adding position with the gravity and it doesnt work...
how can i disable auto hide by duration? i want to hide that after finish some process for example: ``` toast = SuperActivityToast.create(ActivityRegister.this, new SuperToastStyle(), SuperToastStyle.TYPE_PROGRESS_BAR, 0) .setProgressBarColor(Color.WHITE) .setHeight(142) .setText(AndroidUtilities.getString(R.string.please_try_again,...
Hello, is there a way to change the default text gravity from `start` to `center`? Thanks in advance
merge please, thank you
import com.github.johnpersano.supertoasts.library.Style; import com.github.johnpersano.supertoasts.library.SuperActivityToast; how to resolve cannot resolve symbol 'Style' ?? and resolve cannot resolve symbol 'SuperActivityToast' ?? Thanks and regard Sondang
'compile' is obsolete
Hello! I'm working with old project (about 2014 y) which is using SuperToasts. I want to override to its latest 2.0 version, but there's a problem that all of methods...