Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Fixed link tap area
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-dev004 committed Oct 19, 2022
1 parent ce5cdf7 commit a602a97
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
AutomationProperties.IsInAccessibleTree="True"
AutomationProperties.Name="{Binding CheckDetailsLinkReadText}"
Style="{StaticResource LinkLabelStyleMedium}"
HorizontalOptions="Center"
HorizontalTextAlignment="Center"
Text="{x:Static resources:AppResources.EndOfServiceNoticePageTextLink}">
<Label.GestureRecognizers>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
AutomationProperties.IsInAccessibleTree="True"
AutomationProperties.Name="{Binding CheckDetailsLinkReadText}"
Style="{StaticResource LinkLabelStyleMedium}"
HorizontalOptions="Center"
HorizontalTextAlignment="Center"
Text="{x:Static resources:AppResources.EndOfServicePageTextLink}">
<Label.GestureRecognizers>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
AutomationProperties.IsInAccessibleTree="True"
AutomationProperties.Name="{Binding CheckDetailsButtonReadText}"
HorizontalOptions="Center"
HorizontalTextAlignment="Center"
Style="{StaticResource LinkLabelStyleMedium}"
Text="{x:Static resources:AppResources.SurveyRequestPageCheckDetailsButton}">
<Label.GestureRecognizers>
Expand All @@ -112,6 +113,7 @@
AutomationProperties.IsInAccessibleTree="True"
AutomationProperties.Name="{Binding SkipAnswerButtonReadText}"
HorizontalOptions="Center"
HorizontalTextAlignment="Center"
Style="{StaticResource LinkLabelStyleMedium}"
Text="{x:Static resources:AppResources.SurveyRequestPageSkipAnswerButton}">
<Label.GestureRecognizers>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
AutomationProperties.Name="{Binding CheckDetailsLinkReadText}"
Margin="0, 20, 0, 0"
Style="{StaticResource LinkLabelStyleMedium}"
HorizontalOptions="Center"
HorizontalTextAlignment="Center"
Text="{x:Static resources:AppResources.TerminationOfUseCompletePageTextLink}">
<Label.GestureRecognizers>
Expand Down

0 comments on commit a602a97

Please sign in to comment.