optimized and add diagnostic feature
This commit is contained in:
@ -237,6 +237,13 @@ namespace Billing.UI
|
||||
.Binding(Image.SourceProperty, nameof(ImageSource))
|
||||
.Binding(TintHelper.TintColorProperty, nameof(TintColor)),
|
||||
|
||||
new Label
|
||||
{
|
||||
VerticalOptions = LayoutOptions.Center
|
||||
}
|
||||
.Binding(Label.TextProperty, nameof(Detail))
|
||||
.DynamicResource(Label.TextColorProperty, BaseTheme.SecondaryTextColor),
|
||||
|
||||
new TintImage
|
||||
{
|
||||
HeightRequest = 20,
|
||||
|
Reference in New Issue
Block a user