medyo/Dynamicbox

Can't show the 'Retry' button..

Myerden opened this issue · 0 comments

Hi,
When I use the DynamicBox like this

dynamicBox.hideAll();
dynamicBox.setInternetOffTitle("Bağlantı yok!");
dynamicBox.setInternetOffMessage("Şu anda herhangi bir internete bağlı görünmüyorsunuz. Tekrar denemek için tıklayın.");
dynamicBox.setClickListener(this);
dynamicBox.showInternetOffLayout();

I can not show the retry button. But I want to use it.