MobileEssentials / FormsPlayer

Xamarin Forms Player Demo
MIT License
79 stars 24 forks source link

Added an ability to use styles defined in App.xaml within Xamarin.Forms.Player #11

Closed Shaddix closed 8 years ago

Shaddix commented 8 years ago

Also updated Xam.Plugins.Settings to version 2 (otherwise there are build errors, because 2.0 isn't compatible with 1.5). Changed nuspec file to ease the installation (Microsoft.AspNet.SignalR.Client is not installable to the default Xamarin.Forms templates projects). Added an instruction to readme on how to fully utilize the new configuration

kzu commented 8 years ago

Could you squash all commits in a single one for easier review/tracking?

Thanks!

Shaddix commented 8 years ago

Done, please check if everything's ok, that's the first time I'm using squash :)

kzu commented 8 years ago

Other than the minor thing about private ... _, it looks great @Shaddix !

Shaddix commented 8 years ago

fixed