Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Martin Finkel
libvlcsharp-samples
Commits
b72e671b
Commit
b72e671b
authored
Dec 31, 2018
by
Martin Finkel
Browse files
UI layout hack
parent
30480ec4
Changes
1
Show whitespace changes
Inline
Side-by-side
PulseMusic/src/PulseMusic/PulseMusic/Views/PlayerView.xaml
View file @
b72e671b
...
...
@@ -126,9 +126,13 @@
BackgroundColor=
"{StaticResource PlayerRedColor}"
HorizontalOptions=
"Center"
VerticalOptions=
"Center"
/>
<Grid
Grid.Row=
"1"
Margin=
"70, -24, 70, 0"
>
<Grid
Grid.Row=
"1"
>
<Grid.Margin>
<OnPlatform
x:TypeArguments=
"Thickness"
>
<On
Platform=
"Android"
Value=
"50, -24, 50, 0"
/>
<On
Platform=
"iOS"
Value=
"30, -24, 70, 0"
/>
</OnPlatform>
</Grid.Margin>
<Grid.ColumnDefinitions>
<ColumnDefinition
Width=
"Auto"
/>
<ColumnDefinition
Width=
"Auto"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment