summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core.UnitTests
AgeCommit message (Collapse)AuthorFilesLines
2016-04-06[C] Cast to ICommand instead of Command inside SearchBarJason Smith1-1/+22
2016-03-30Add options for specifying layout of button text/image contentE.Z. Hart1-0/+24
Also make the layout and layout defaults consistent across platforms
2016-03-27[C]Remove view from previous parent when added to new parent layoutJason Smith1-0/+13
Technically this could be considered a breaking change if someone was depending on the old behavior, however the old behavior resulted in layouts that were not predictable to the user. So while yes someone could have built something that works, it would have been via trial and error and generally breaking the rule of one parent to each view. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=39509
2016-03-22Initial importJason Smith117-0/+26408