mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-07 09:20:04 +01:00
Merge branch 'feature/maui-migration-android-autofill' into feature/maui-migration-android-autofill-redirect-page
This commit is contained in:
commit
6d4c706026
@ -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 |
@ -59,8 +59,9 @@
|
||||
StyleClass="btn-danger"
|
||||
HorizontalOptions="Start"
|
||||
VerticalOptions="Start"
|
||||
Margin="0,20,0,0"
|
||||
Margin="0,20,6,0"
|
||||
Padding="16,0"
|
||||
MinimumHeightRequest="45"
|
||||
CornerRadius="2"
|
||||
TextTransform="Uppercase"
|
||||
Clicked="DeleteAccount_Clicked"/>
|
||||
@ -73,6 +74,7 @@
|
||||
VerticalOptions="Start"
|
||||
Margin="0,20,0,0"
|
||||
Padding="16,0"
|
||||
MinimumHeightRequest="45"
|
||||
CornerRadius="2"
|
||||
TextTransform="Uppercase"
|
||||
Clicked="Close_Clicked" />
|
||||
|
Loading…
Reference in New Issue
Block a user