mirror of
https://github.com/bitwarden/android.git
synced 2025-01-11 18:57:39 +03:00
Fix for talkback slider control (#828)
This commit is contained in:
parent
d66eaf8855
commit
b2abcda111
2 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
<PackageReference Include="Plugin.Fingerprint" Version="2.1.1" />
|
<PackageReference Include="Plugin.Fingerprint" Version="2.1.1" />
|
||||||
<PackageReference Include="Xamarin.Essentials" Version="1.5.2" />
|
<PackageReference Include="Xamarin.Essentials" Version="1.5.2" />
|
||||||
<PackageReference Include="Xamarin.FFImageLoading.Forms" Version="2.4.11.982" />
|
<PackageReference Include="Xamarin.FFImageLoading.Forms" Version="2.4.11.982" />
|
||||||
<PackageReference Include="Xamarin.Forms" Version="4.5.0.530" />
|
<PackageReference Include="Xamarin.Forms" Version="4.5.0.617" />
|
||||||
<PackageReference Include="ZXing.Net.Mobile" Version="2.4.1" />
|
<PackageReference Include="ZXing.Net.Mobile" Version="2.4.1" />
|
||||||
<PackageReference Include="ZXing.Net.Mobile.Forms" Version="2.4.1" />
|
<PackageReference Include="ZXing.Net.Mobile.Forms" Version="2.4.1" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
@ -166,6 +166,7 @@
|
||||||
<controls:ExtendedSlider
|
<controls:ExtendedSlider
|
||||||
DragCompleted="LengthSlider_DragCompleted"
|
DragCompleted="LengthSlider_DragCompleted"
|
||||||
Value="{Binding Length}"
|
Value="{Binding Length}"
|
||||||
|
AutomationProperties.HelpText="{Binding Length}"
|
||||||
StyleClass="box-value"
|
StyleClass="box-value"
|
||||||
VerticalOptions="CenterAndExpand"
|
VerticalOptions="CenterAndExpand"
|
||||||
HorizontalOptions="FillAndExpand"
|
HorizontalOptions="FillAndExpand"
|
||||||
|
|
Loading…
Reference in a new issue