Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some dummy images to the sandbox #14815

Merged
merged 2 commits into from
Apr 28, 2023
Merged

Add some dummy images to the sandbox #14815

merged 2 commits into from
Apr 28, 2023

Conversation

mattleibow
Copy link
Member

Description of Change

Just some nice things for the sample app.

<ApplicationTitle>.NET MAUI Controls Sandbox</ApplicationTitle>
<ApplicationTitle>Sandbox</ApplicationTitle>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right now my iPhone has 2 ".NETMAUICon..." apps that I never know which one I am using. We don't need this fancy name, we already know because we have a cool icon.

Comment on lines 39 to 44
<ItemGroup>
<MauiImage Include="Resources\Images\*" />
<MauiImage Update="Resources\Images\dotnet_bot.svg" Color="#FFFFFF" BaseSize="168,208" />
<MauiImage Include="Resources\AppIcons\appicon.svg" ForegroundFile="Resources\AppIcons\appicon_foreground.svg" IsAppIcon="true" />
<MauiImage Include="Resources\Images\dotnet_bot.svg" Color="#FFFFFF" BaseSize="168,208" />
<MauiSplashScreen Include="Resources\Images\dotnet_bot.svg" Color="#FFFFFF" BaseSize="168,208" />
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#FFFFFF" BaseSize="168,208" />
</ItemGroup>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Splitting the images into splash and general images for testing.

@mattleibow mattleibow merged commit 6605d15 into main Apr 28, 2023
29 checks passed
@mattleibow mattleibow deleted the dev/sandbox branch April 28, 2023 10:47
@github-actions github-actions bot locked and limited conversation to collaborators Dec 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants