Yalantis / Phoenix

Phoenix Pull-to-Refresh
https://yalantis.com/
Apache License 2.0
4.01k stars 916 forks source link

How to put the sun in the center? #18

Closed cabuhatprince closed 9 years ago

cabuhatprince commented 9 years ago

hi how can i put the sun in the center?

shliama commented 9 years ago

clone the repo, change the line inside the SunRefreshView.java

 mSunLeftOffset = 0.3f * (float) mScreenWidth;

to

 mSunLeftOffset = 0.5f * (float) mScreenWidth;

use it :)

cabuhatprince commented 9 years ago

Thankyouuu so much! =) On Aug 23, 2015 3:09 PM, "Oleksii" notifications@github.com wrote:

clone the repo, change the line inside the SunRefreshView.java

mSunLeftOffset = 0.3f * (float) mScreenWidth;

to

mSunLeftOffset = 0.5f * (float) mScreenWidth;

use it :)

— Reply to this email directly or view it on GitHub https://github.com/Yalantis/Phoenix/issues/18#issuecomment-133795992.