ChasakisD / XFShimmerLayout

Efficient way to add a shimmering effect to your Xamarin.Forms applications.
Apache License 2.0
53 stars 12 forks source link

Add "How to use" #6

Closed VasenevEA closed 5 years ago

ChasakisD commented 5 years ago

Thanks for the pull request!

Speaking about initialization, i think the density is not needed. We can calculate the density by divide the canvas' height by the view's height, because canvas' height is in pixels. I will make a PR for it. I'm gonna ping when it's ready, so you can update the initialization and merge it :)

VasenevEA commented 5 years ago

Thanks for the pull request!

Speaking about initialization, i think the density is not needed. We can calculate the density by divide the canvas' height by the view's height, because canvas' height is in pixels. I will make a PR for it. I'm gonna ping when it's ready, so you can update the initialization and merge it :)

Ok, I'll be wait for it :)

ChasakisD commented 5 years ago

I will make the required changes as soon as I update the initialization process. There is no need for this PR to wait! Thanks @VasenevEA for your contribution :)