RecyclerRefreshLayout icon indicating copy to clipboard operation
RecyclerRefreshLayout copied to clipboard

How to chnage color of loading indicatore

Open mehulTank opened this issue 7 years ago • 3 comments

Dear dinuscxj, i have use this library very use full to me thanks . but can you please let me know how to change color of top loading indicator

mehulTank avatar Aug 01 '17 09:08 mehulTank

@mehulTank

  1. You should coustom View and implement IRefreshStatus interfaces

or

  1. Copy RefreshView source code to coustom

and then call RecyclerRefreshLayout.setRefreshView() method

artshell avatar Nov 09 '17 05:11 artshell

refreshLayout.setRefreshView(new MaterialRefreshView(this, R.color.colorPrimaryDark), layoutParams);

tabish075 avatar May 11 '18 06:05 tabish075

@artshell Thanks

mehulTank avatar May 19 '18 05:05 mehulTank