diff --git a/PanCardView/Common/CardsView.cs b/PanCardView/Common/CardsView.cs
index 72486a9..c5be203 100644
--- a/PanCardView/Common/CardsView.cs
+++ b/PanCardView/Common/CardsView.cs
@@ -832,11 +832,12 @@ protected virtual void SetupBackViews(int? index = null)
protected virtual void SetupLayout(params View[] views)
{
- foreach (var view in views.Where(v => v != null))
- {
- AbsoluteLayout.SetLayoutBounds(view, new Rect(0, 0, 1, 1));
- AbsoluteLayout.SetLayoutFlags(view, AbsoluteLayoutFlags.All);
- }
+ // Setup layout if needed
+ // foreach (var view in views.Where(v => v != null))
+ // {
+ // AbsoluteLayout.SetLayoutBounds(view, new Rect(0, 0, 1, 1));
+ // AbsoluteLayout.SetLayoutFlags(view, AbsoluteLayoutFlags.All);
+ // }
}
protected virtual void SetSelectedItem()
diff --git a/PanCardViewSample/PanCardViewSample/Common/Views/CoverFlowSampleXamlView.xaml b/PanCardViewSample/PanCardViewSample/Common/Views/CoverFlowSampleXamlView.xaml
index 6075aa0..ef9dd82 100644
--- a/PanCardViewSample/PanCardViewSample/Common/Views/CoverFlowSampleXamlView.xaml
+++ b/PanCardViewSample/PanCardViewSample/Common/Views/CoverFlowSampleXamlView.xaml
@@ -15,7 +15,6 @@
-
-
-
-
-
diff --git a/README.md b/README.md
index 3299a2a..9f3797c 100644
--- a/README.md
+++ b/README.md
@@ -195,7 +195,7 @@ if you want to achieve scale or opacity changing effects for side views (**Scale
```
-> If you want to customize indicators, you need set *SelectedIndicatorStyle* and/or *UnselectedIndicatorStyle*, or you are able to extend this class and override several methods.
-Also you can customize position of indicators (You need to set Rotation / AbsoluteLayout Flags and Bounds etc.)
+Also you can customize position of indicators (You need to set Rotation / Layout Options, Bounds etc.)
This class is describing default indicators styles (each default indicator item is Frame)
https://github.com/AndreiMisiukevich/CardView.MAUI/blob/main/PanCardView/Common/Styles/DefaultIndicatorItemStyles.cs