diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyBindableLayoutWithBasicItemTemplate.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyBindableLayoutWithBasicItemTemplate.png new file mode 100644 index 000000000000..8109e0d126c3 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyBindableLayoutWithBasicItemTemplate.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyBindableLayoutWithGridItemTemplate.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyBindableLayoutWithGridItemTemplate.png new file mode 100644 index 000000000000..016f087c10aa Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyBindableLayoutWithGridItemTemplate.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyBindableLayoutWithItemTemplateSelector.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyBindableLayoutWithItemTemplateSelector.png new file mode 100644 index 000000000000..74cf4dafada7 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyBindableLayoutWithItemTemplateSelector.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyBindableLayoutWithItemsSourceNone.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyBindableLayoutWithItemsSourceNone.png new file mode 100644 index 000000000000..3650f299812c Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyBindableLayoutWithItemsSourceNone.png differ diff --git a/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyBindableLayoutWithItemsSourceObservableCollection.png b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyBindableLayoutWithItemsSourceObservableCollection.png new file mode 100644 index 000000000000..0eb896793a68 Binary files /dev/null and b/src/Controls/tests/TestCases.Android.Tests/snapshots/android/VerifyBindableLayoutWithItemsSourceObservableCollection.png differ diff --git a/src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs b/src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs index b28ab6ab3362..a145948019c1 100644 --- a/src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs +++ b/src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs @@ -120,7 +120,8 @@ public override string ToString() new GalleryPageFactory(() => new GridControlPage(), "Grid Feature Matrix"), new GalleryPageFactory(() => new LayoutFeaturePage(), "ScrollView With LayoutOptions Feature Matrix"), new GalleryPageFactory(() => new ShellFeaturePage(), "Shell Feature Matrix"), - new GalleryPageFactory(() => new BrushesControlPage(), "Brushes Feature Matrix") + new GalleryPageFactory(() => new BrushesControlPage(), "Brushes Feature Matrix"), + new GalleryPageFactory(() => new BindableLayoutControlPage(), "BindableLayout Feature Matrix") }; diff --git a/src/Controls/tests/TestCases.HostApp/FeatureMatrix/BindableLayout/BindableLayoutControlPage.xaml b/src/Controls/tests/TestCases.HostApp/FeatureMatrix/BindableLayout/BindableLayoutControlPage.xaml new file mode 100644 index 000000000000..3b241378243a --- /dev/null +++ b/src/Controls/tests/TestCases.HostApp/FeatureMatrix/BindableLayout/BindableLayoutControlPage.xaml @@ -0,0 +1,173 @@ + + + + + + +