mirror of
https://github.com/bitwarden/mobile
synced 2024-12-31 19:18:30 +01:00
retina bg images
This commit is contained in:
parent
8108f4023a
commit
0007cac17b
BIN
src/iOS.Extension/Resources/bg@2x.png
Normal file
BIN
src/iOS.Extension/Resources/bg@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
BIN
src/iOS.Extension/Resources/bg@3x.png
Normal file
BIN
src/iOS.Extension/Resources/bg@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 486 KiB |
@ -152,6 +152,8 @@
|
||||
<BundleResource Include="Resources\logo.png" />
|
||||
<BundleResource Include="Resources\logo%402x.png" />
|
||||
<BundleResource Include="Resources\logo%403x.png" />
|
||||
<BundleResource Include="Resources\bg%402x.png" />
|
||||
<BundleResource Include="Resources\bg%403x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\App\App.csproj">
|
||||
|
BIN
src/iOS/Resources/bg@2x.png
Normal file
BIN
src/iOS/Resources/bg@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
BIN
src/iOS/Resources/bg@3x.png
Normal file
BIN
src/iOS/Resources/bg@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 486 KiB |
@ -369,6 +369,12 @@
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\logo%403x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\bg%402x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\bg%403x.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user