mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-19 06:04:12 +00:00
Switch to Heights based on Display Dimensions
This commit is contained in:
@@ -26,8 +26,7 @@ namespace qController
|
||||
deleteLabel.GestureRecognizers.Add(deleteTapGesture);
|
||||
|
||||
InitItems();
|
||||
|
||||
|
||||
|
||||
|
||||
//SET BINDINGS
|
||||
nameLabel.SetBinding(Label.TextProperty, new Binding("name"));
|
||||
@@ -63,11 +62,11 @@ namespace qController
|
||||
HorizontalOptions = LayoutOptions.FillAndExpand,
|
||||
Padding = 30,
|
||||
Margin = new Thickness(10,10,10,10),
|
||||
CornerRadius=20
|
||||
CornerRadius=20,
|
||||
};
|
||||
f.BackgroundColor = Color.FromHex("D8D8D8");
|
||||
View = f;
|
||||
|
||||
|
||||
void InitItems()
|
||||
{
|
||||
nameLabel.HorizontalTextAlignment = TextAlignment.Center;
|
||||
|
||||
Reference in New Issue
Block a user