Baseflow / Baseflow/XF-Material-Library
Snackbar and dialog loses padding or margin when using Material.Init(this, configuration)
- Dominant language
- C#
- Stars
- 633
- Forks
- 150
- PR merge metrics
- No merged PRs in 30d
Description
## 🐛 Bug Report
Whenever I configure the Material.Init method with Material.Configuration I lose left and right margin of snackbar control.


### Expected behaviour
Snackbar should look the same when calling Material.Init method or Material.Init(this, Material Config)
### Reproduction steps
Declare the certain config in App.xaml file
then use this line in App.xaml.cs.
Material.Init(this, Resources["Material.Configuration"] as MaterialConfiguration);
### Configuration
**Version:** 1.7.7
**Platform:**
- [x] :iphone: iOS
- [x] :robot: Android
- [ ] :checkered_flag: WPF
- [ ] :earth_americas: UWP
- [ ] :apple: MacOS
- [ ] :tv: tvOS
- [ ] :monkey: Xamarin.Forms
Contributor guide
Assessment
This issue has not been assessed yet.