Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
rururu-orca
LibVLCSharp
Commits
0734ea30
Commit
0734ea30
authored
Aug 23, 2021
by
Laurent Egbakou
Committed by
Martin Finkel
Aug 24, 2021
Browse files
MediaElement XF: Fixes TrackSelection too much space
parent
95fa7b5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/LibVLCSharp.Forms/Shared/Themes/Generic.xaml
View file @
0734ea30
...
...
@@ -337,6 +337,11 @@
<ContentView
HeightRequest=
"300"
HorizontalOptions=
"FillAndExpand"
VerticalOptions=
"FillAndExpand"
x:Name=
"TracksOverlayView"
AbsoluteLayout.LayoutBounds=
"0, 0, 1, 1"
AbsoluteLayout.LayoutFlags=
"All"
IsVisible=
"False"
BackgroundColor=
"#7F000000"
>
<ScrollView
VerticalScrollBarVisibility=
"Never"
HorizontalOptions=
"FillAndExpand"
VerticalOptions=
"Fill"
Orientation=
"Vertical"
>
<Grid>
<Grid.RowDefinitions>
<RowDefinition
Height=
"Auto"
/>
<RowDefinition
Height=
"Auto"
/>
<RowDefinition
Height=
"Auto"
/>
</Grid.RowDefinitions>
<StackLayout
Grid.Row=
"0"
HorizontalOptions=
"FillAndExpand"
>
<Label
Style=
"{StaticResource TrackTypeLabelStyle}"
x:Name=
"AudioTracksLabel"
/>
<ListView
x:Name=
"AudioTracksListView"
ItemTemplate=
"{StaticResource TrackViewCellDataTemplate}"
Style=
"{StaticResource TracksListViewStyle}"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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