1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

PM-3349 MAUI - Android - Fix Send add edit page

This commit is contained in:
Federico Maccaroni
2023-09-01 18:48:25 -03:00
parent df4672d4cb
commit 19c89ebb5f

View File

@@ -272,10 +272,11 @@
<StackLayout.GestureRecognizers>
<TapGestureRecognizer Command="{Binding ToggleOptionsCommand}" />
</StackLayout.GestureRecognizers>
<Button
<controls:CustomLabel
Text="{u:I18n Options}"
x:Name="_btnOptions"
StyleClass="box-row-button"
VerticalTextAlignment="Center"
TextColor="{DynamicResource PrimaryColor}"
Margin="0"
AutomationProperties.IsInAccessibleTree="False"
@@ -422,7 +423,7 @@
AutomationId="SendMaxAccessCountEntry" />
<controls:ExtendedStepper
x:Name="_maxAccessCountStepper"
Value="{Binding MaxAccessCount}"
Value="{Binding MaxAccessCount, TargetNullValue=0}"
Maximum="999999999"
IsEnabled="{Binding SendEnabled}"
Margin="10,0,0,0"