Cdik
Cdik
```java mySweetAlertDialog.setOnShowListener(new DialogInterface.OnShowListener() { @Override public void onShow(DialogInterface dialog) { SweetAlertDialog alertDialog = (SweetAlertDialog) dialog; TextView text = (TextView) alertDialog.findViewById(R.id.title_text); text.setTextColor(getApplicationContext().getResources().getColor(R.color.primary)); } }); ``` Use `findViewById(R.id.title_text)` for the title and...
Thanks @kimcy929. I adapted your method with milliseconds to make the progress more smooth if you work with short videos (like in my case, less or equal to 3sec.). Otherwise,...
Hi @HBiSoft , it has been a long time I haven't used this library but I don't recall having 33-66-99 when using millis. I had something more smooth, like 11-22-33-.......