diff --git a/src/TemplateUI.Gallery/Views/AvatarViewGallery.xaml b/src/TemplateUI.Gallery/Views/AvatarViewGallery.xaml
index f193c80..848a93e 100644
--- a/src/TemplateUI.Gallery/Views/AvatarViewGallery.xaml
+++ b/src/TemplateUI.Gallery/Views/AvatarViewGallery.xaml
@@ -7,6 +7,29 @@
BarBackgroundColor="{StaticResource NavBarBackgroundColor}"
BarTextColor="White"
Title="AvatarView Gallery">
+
+
+
+
+
+
+
+
+
+
+
+
@@ -16,29 +39,29 @@
+ BorderBrush="Black"
+ Background="Red"/>
+ BorderBrush="Black"
+ Background="Red"/>
+ BorderBrush="Black"
+ Background="Red"/>
+ BorderBrush="Black"
+ Background="Red"/>
@@ -63,7 +86,7 @@
@@ -74,7 +97,7 @@
Grid.Column="1">
@@ -84,7 +107,7 @@
@@ -96,7 +119,7 @@
Grid.Row="1">
@@ -106,7 +129,7 @@
@@ -118,7 +141,7 @@
Grid.Row="2">
@@ -128,7 +151,7 @@
@@ -140,7 +163,7 @@
Grid.Row="3">
@@ -150,7 +173,7 @@
@@ -162,7 +185,7 @@
Grid.Row="4">
@@ -190,8 +213,8 @@
@@ -202,8 +225,8 @@
AvatarName="Javier"
AvatarSurName="Suarez"
AvatarShape="Square"
- BackgroundColor="Red"
- BorderColor="Orange"
+ Background="Red"
+ BorderBrush="{StaticResource BorderGradient}"
BorderWidth="3"/>
@@ -213,8 +236,8 @@