recruit-lifestyle / WaveSwipeRefreshLayout

http://engineer.recruit-lifestyle.co.jp/techblog/2015-08-03-swipe-refresh-layout/
Apache License 2.0
1.93k stars 379 forks source link

Unable to change the theme to my apps theme. #41

Open mwakaambrose opened 6 years ago

mwakaambrose commented 6 years ago

This could be an enhancement, forgive me if its already been done and point me to the resource.

boosuro commented 6 years ago

mWaveSwipeRefreshLayout = (WaveSwipeRefreshLayout) findViewById(R.id.main_swipe); mWaveSwipeRefreshLayout.setColorSchemeColors(Color.WHITE, Color.WHITE); mWaveSwipeRefreshLayout.setWaveColor(Color.argb(100,255,0,0));

change to suit your need