rename from Pixiview to Gallery

This commit is contained in:
2021-08-03 19:16:54 +08:00
parent 98676ce8b2
commit c41282a4b7
206 changed files with 7900 additions and 7891 deletions

8
Gallery/UI/BlurryPanel.cs Executable file
View File

@@ -0,0 +1,8 @@
using Xamarin.Forms;
namespace Gallery.UI
{
public class BlurryPanel : ContentView
{
}
}