Closed prossik closed 7 years ago
see #10
Es un textview del cual puede buscar con el id de loading_text
solo necesita hacer lo siguiente
private TextView loading_text; loading_text = view.findViewById(R.id.loading_text); loading_text.setText("Loading...");
Hi @linsea , thanks for your awesome lib. Can you please provide me instruction how to change progress loading title. To see image please check attachments. Thanks!