Closed Lonelywood closed 7 years ago
Hi @Lonelywood, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. Real humans will now evaluate your PR.
TTYL, DNFBOT;
@Lonelywood, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR.
Thanks, DNFBOT;
Thanks this was manually added to the 25.1.0 branch.
Support Libraries Version (eg: 23.3.0):
Version 25.0.1-rc1.
Does this change any of the generated binding API's?
No, this PR doesn't change generated binding API.
Describe your contribution
Correct .nuspec file for Xamarin.Android.Support.Design library.
Add Xamarin.Android.Support.Transition dependency because transition library is required for BottomNavigationView widget.
Without transition library while inflating layout with BottomNavigationView we get java ClassNotFoundException.
java.lang.ClassNotFoundException: android.support.transition.AutoTransition