Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The AppBarLayout should be direct child of the CoordinatedLayout #2012

Conversation

mvanbeusekom
Copy link
Contributor

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Bug fix

⤵️ What is the current behavior?

Currently in the AndroidSupport test project there are some fragments where the AppBarLayout control is not a direct child of the CoordinatedLayout control.

🆕 What is the new behavior (if this is a feature change)?

The AppBarLayout control is now a direct child of the CoordinatedLayout control

💥 Does this PR introduce a breaking change?

No

🐛 Recommendations for testing

Run the AndroidSupport test project

📝 Links to relevant issues/docs

Link to Google documentation:

🤔 Checklist before submitting

  • All projects build
  • Follows style guide lines (code style guide)
  • [N/A] Relevant documentation was updated (docs style guide)
  • [N/A] Nuspec files were updated (when applicable)
  • Rebased onto current develop

@@ -85,15 +85,17 @@ protected IMvxImageHelper<Bitmap> ImageHelper
}
}

public MvxImageView(Context context, IAttributeSet attrs, int defStyleAttr, int defStyleRes)
public MvxImageView(Context context, IAttributeSet attrs, int defStyleAttr, int defStyleRes)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like it is not rebased on develop?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope correct I accidentally merged and squashed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Want me to correct it?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes please!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@martijn00 martijn00 added this to the 5.0.6 milestone Jul 4, 2017
Fix `MissingMethodException` when using `MvxImageView` on everything before Android API 21

Fix spacing issue
@mvanbeusekom mvanbeusekom force-pushed the feature/fix_androidsupport_toolbar_layout branch from 5e06f50 to 6b78847 Compare July 4, 2017 10:44
@martijn00 martijn00 merged commit 903a399 into MvvmCross:develop Jul 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants