mirror of
https://github.com/bitwarden/android.git
synced 2024-12-28 03:48:31 +03: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
5 changed files with 27 additions and 3 deletions
|
@ -194,9 +194,6 @@
|
||||||
<MauiImage Include="Resources\plus.svg" TintColor="#FFFFFFFF">
|
<MauiImage Include="Resources\plus.svg" TintColor="#FFFFFFFF">
|
||||||
<BaseSize>24,24</BaseSize>
|
<BaseSize>24,24</BaseSize>
|
||||||
</MauiImage>
|
</MauiImage>
|
||||||
<MauiImage Include="Resources\search.svg" TintColor="#FFFFFFFF">
|
|
||||||
<BaseSize>24,24</BaseSize>
|
|
||||||
</MauiImage>
|
|
||||||
<MauiImage Include="Resources\send.svg">
|
<MauiImage Include="Resources\send.svg">
|
||||||
<BaseSize>24,24</BaseSize>
|
<BaseSize>24,24</BaseSize>
|
||||||
</MauiImage>
|
</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 a new issue