Merge pull request #18789 from unoplatform/dev/eb/xaml-trimming
chore: Cleanup string resources
This commit is contained in:
Коммит
5cb1c72566
|
@ -57,7 +57,6 @@
|
|||
</Grid.ColumnDefinitions>
|
||||
|
||||
<Button x:Name="DismissButton"
|
||||
x:Uid="TimePickerDismissButton"
|
||||
Style="{StaticResource IOSTimePickerDoneCancelButtonStyle}"
|
||||
Foreground="Red"
|
||||
Grid.Column="0"
|
||||
|
@ -72,7 +71,6 @@
|
|||
BorderThickness="0" />
|
||||
|
||||
<Button x:Name="AcceptButton"
|
||||
x:Uid="TimePickerAcceptButton"
|
||||
Style="{StaticResource IOSTimePickerDoneCancelButtonStyle}"
|
||||
Foreground="Purple"
|
||||
Grid.Column="2"
|
||||
|
|
|
@ -94,15 +94,9 @@
|
|||
public const string SR_PlaceAfterString = "PlaceAfterString";
|
||||
public const string SR_PlaceBeforeString = "PlaceBeforeString";
|
||||
public const string SR_PlaceBetweenString = "PlaceBetweenString";
|
||||
public const string SR_ProgressRingName = "ProgressRingName";
|
||||
public const string SR_ProgressRingIndeterminateStatus = "ProgressRingIndeterminateStatus";
|
||||
public const string SR_ProgressBarIndeterminateStatus = "ProgressBarIndeterminateStatus";
|
||||
public const string SR_ProgressBarPausedStatus = "ProgressBarPausedStatus";
|
||||
public const string SR_ProgressBarErrorStatus = "ProgressBarErrorStatus";
|
||||
public const string SR_RatingLocalizedControlType = "RatingLocalizedControlType";
|
||||
public const string SR_BreadcrumbBarItemLocalizedControlType = "BreadcrumbBarItemLocalizedControlType";
|
||||
public const string SR_SplitButtonSecondaryButtonName = "SplitButtonSecondaryButtonName";
|
||||
public const string SR_ProofingMenuItemLabel = "ProofingMenuItemLabel";
|
||||
public const string SR_TextCommandLabelCut = "TextCommandLabelCut";
|
||||
public const string SR_TextCommandLabelCopy = "TextCommandLabelCopy";
|
||||
public const string SR_TextCommandLabelPaste = "TextCommandLabelPaste";
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче