mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-07 09:20:04 +01:00
PM-3349 PM-3350 Changed search icon used in app to avoid issue with icon size on iOS
This commit is contained in:
parent
1b885ea438
commit
a4392a8730
@ -194,9 +194,6 @@
|
||||
<MauiImage Include="Resources\plus.svg" TintColor="#FFFFFFFF">
|
||||
<BaseSize>24,24</BaseSize>
|
||||
</MauiImage>
|
||||
<MauiImage Include="Resources\search.svg" TintColor="#FFFFFFFF">
|
||||
<BaseSize>24,24</BaseSize>
|
||||
</MauiImage>
|
||||
<MauiImage Include="Resources\send.svg">
|
||||
<BaseSize>24,24</BaseSize>
|
||||
</MauiImage>
|
||||
|
27
src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/Contents.json
vendored
Normal file
27
src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"images": [
|
||||
{
|
||||
"appearances": [],
|
||||
"scale": "1x",
|
||||
"idiom": "universal",
|
||||
"filename": "search.png"
|
||||
},
|
||||
{
|
||||
"appearances": [],
|
||||
"scale": "2x",
|
||||
"idiom": "universal",
|
||||
"filename": "search@2x.png"
|
||||
},
|
||||
{
|
||||
"appearances": [],
|
||||
"scale": "3x",
|
||||
"idiom": "universal",
|
||||
"filename": "search@3x.png"
|
||||
}
|
||||
],
|
||||
"properties": {},
|
||||
"info": {
|
||||
"version": 1,
|
||||
"author": ""
|
||||
}
|
||||
}
|
BIN
src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/search.png
vendored
Normal file
BIN
src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/search.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 561 B |
BIN
src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/search@2x.png
vendored
Normal file
BIN
src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/search@2x.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/search@3x.png
vendored
Normal file
BIN
src/App/Platforms/iOS/Resources/Assets.xcassets/search.imageset/search@3x.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue
Block a user