1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-28 06:03:40 +00:00

a11y labeling

This commit is contained in:
Kyle Spearrin
2019-07-22 12:04:17 -04:00
parent 392e429dfd
commit a2bac9d368
12 changed files with 140 additions and 35 deletions

View File

@@ -84,7 +84,9 @@
CommandParameter="{Binding .}"
Grid.Row="0"
Grid.Column="1"
Grid.RowSpan="2" />
Grid.RowSpan="2"
AutomationProperties.IsInAccessibleTree="True"
AutomationProperties.Name="{u:I18n CopyPassword}" />
</Grid>
</ViewCell>
</DataTemplate>