linsea / UniversalVideoView

A better Android VideoView with more Media Controller customization. 一个更好用的Android VideoView
https://github.com/linsea/UniversalVideoView
992 stars 272 forks source link

Loading progress title #38

Closed prossik closed 7 years ago

prossik commented 7 years ago

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! title_player

linsea commented 7 years ago

see #10

ivxn31 commented 6 years ago

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...");