|
@@ -44,6 +44,7 @@ namespace InABox.Mobile
|
|
|
: Caption,
|
|
|
Margin = new Thickness(2,0),
|
|
|
FontSize = Device.GetNamedSize(NamedSize.Micro, typeof(Label)),
|
|
|
+ TextColor = Color.Black,
|
|
|
VerticalTextAlignment = TextAlignment.Center,
|
|
|
HorizontalTextAlignment = Alignment,
|
|
|
};
|
|
@@ -90,6 +91,7 @@ namespace InABox.Mobile
|
|
|
}
|
|
|
|
|
|
result.TextAlignment = Alignment;
|
|
|
+ result.CellStyle.Setters.Add(new Setter() { Property = GridCell.ForegroundProperty, Value = Color.Black });
|
|
|
|
|
|
result.HeaderTextAlignment = Alignment;
|
|
|
result.HeaderText = Caption;
|