|
11 | 11 | </WindowChrome.WindowChrome> |
12 | 12 | <Grid x:Name="panelMain" Background="#ff2c2929"> |
13 | 13 | <tb:TaskbarIcon x:Name="icon" IconSource="/favicon.ico"> |
14 | | - <tb:TaskbarIcon.ContextMenu> |
15 | | - <ContextMenu x:Name="ctxNotify" Style="{StaticResource SuperContext}"> |
16 | | - <MenuItem x:Name="btnSHWindow" Header="Gizle"/> |
17 | | - <MenuItem x:Name="btnPlayContext" Header="Oynat"/> |
18 | | - <MenuItem x:Name="btnPreviousContext" Header="Önceki"/> |
19 | | - <MenuItem x:Name="btnNextContext" Header="Sonraki"/> |
20 | | - <MenuItem x:Name="btnStop" Header="Durdur"/> |
21 | | - <MenuItem x:Name="btnExitContext" Header="Çıkış"/> |
22 | | - </ContextMenu> |
23 | | - </tb:TaskbarIcon.ContextMenu> |
| 14 | + <tb:TaskbarIcon.TrayPopup> |
| 15 | + <Border CornerRadius="5"> |
| 16 | + <Border.Background> |
| 17 | + <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> |
| 18 | + <GradientStop Color="#434343"/> |
| 19 | + <GradientStop Color="#353535" Offset="1"/> |
| 20 | + </LinearGradientBrush> |
| 21 | + </Border.Background> |
| 22 | + <Grid MinWidth="300" Height="200"> |
| 23 | + <Label x:Name="lblStateContext" Foreground="White" Content="Boş" FontSize="20" Margin="10,10,10,10" VerticalAlignment="Top"/> |
| 24 | + <Button VerticalContentAlignment="Center" FontSize="15" Foreground="White" Style="{StaticResource PlayerButton}" Width="40" Height="40" Margin="50,0,0,66" VerticalAlignment="Bottom" HorizontalAlignment="Left" x:Name="btnPreviousContext" Content="ᐊ"/> |
| 25 | + <Button VerticalContentAlignment="Center" FontSize="25" Foreground="White" Style="{StaticResource PlayerButton}" Width="50" Height="50" Margin="0,0,0,60" VerticalAlignment="Bottom" HorizontalAlignment="Center" x:Name="btnPlayContext" Content="ᐅ"/> |
| 26 | + <Button VerticalContentAlignment="Center" FontSize="15" Foreground="White" Style="{StaticResource PlayerButton}" Width="40" Height="40" Margin="0,0,50,66" VerticalAlignment="Bottom" HorizontalAlignment="Right" x:Name="btnNextContext" Content="ᐅ"/> |
| 27 | + <Button VerticalContentAlignment="Center" FontSize="13" Background="Transparent" Foreground="White" Style="{StaticResource SuperButton}" Width="25" Height="25" Margin="0,0,10,10" VerticalAlignment="Bottom" HorizontalAlignment="Right" x:Name="btnExitContext" Content="X"/> |
| 28 | + <Button VerticalContentAlignment="Center" FontSize="13" Background="Transparent" Foreground="White" Style="{StaticResource SuperButton}" Width="25" Height="25" Margin="0,0,35,10" VerticalAlignment="Bottom" HorizontalAlignment="Right" x:Name="btnSHWindow" Content="👁"/> |
| 29 | + </Grid> |
| 30 | + </Border> |
| 31 | + </tb:TaskbarIcon.TrayPopup> |
24 | 32 | </tb:TaskbarIcon> |
25 | 33 | <MediaElement Name="media" Visibility="Hidden" LoadedBehavior="Manual" Volume="0.5"/> |
26 | 34 | <Grid Margin="0,0,0,0" Height="20" VerticalAlignment="Top"> |
|
35 | 43 | <Grid.OpacityMask> |
36 | 44 | <VisualBrush Visual="{Binding ElementName=maskMenu}"/> |
37 | 45 | </Grid.OpacityMask> |
38 | | - <Button x:Name="btnListNow" Style="{StaticResource SuperButton}" Content="Şu Anda" Background="Transparent" Height="50" FontSize="15" Foreground="White" Margin="0,0,0,0" VerticalAlignment="Top"/> |
39 | | - <Button x:Name="btnListLists" Style="{StaticResource SuperButton}" Content="Listelerim" Background="Transparent" Height="40" FontSize="15" Foreground="White" Margin="0,60,0,0" VerticalAlignment="Top"/> |
40 | | - <Button x:Name="btnListFavourites" Style="{StaticResource SuperButton}" Content="Favorilerim" Background="Transparent" Height="40" FontSize="15" Foreground="White" Margin="0,110,0,0" VerticalAlignment="Top"/> |
41 | | - <Button x:Name="btnExplore" Style="{StaticResource SuperButton}" Content="Keşfet" Background="Transparent" Height="40" FontSize="15" Foreground="White" Margin="0,160,0,0" VerticalAlignment="Top"/> |
42 | | - <Button x:Name="btnSettings" Style="{StaticResource SuperButton}" Content="Ayarlar" Background="Transparent" Height="40" FontSize="15" Foreground="White" Margin="0,0,0,10" VerticalAlignment="Bottom"/> |
| 46 | + <Button FontFamily="Montserrat" x:Name="btnListNow" Style="{StaticResource SuperButton}" Content="Şu Anda" Background="Transparent" Height="50" FontSize="13" Foreground="White" Margin="0,0,0,0" VerticalAlignment="Top"/> |
| 47 | + <Button FontFamily="Montserrat" x:Name="btnListLists" Style="{StaticResource SuperButton}" Content="Listelerim" Background="Transparent" Height="40" FontSize="13" Foreground="White" Margin="0,60,0,0" VerticalAlignment="Top"/> |
| 48 | + <Button FontFamily="Montserrat" x:Name="btnListFavourites" Style="{StaticResource SuperButton}" Content="Favorilerim" Background="Transparent" Height="40" FontSize="13" Foreground="White" Margin="0,110,0,0" VerticalAlignment="Top"/> |
| 49 | + <Button FontFamily="Montserrat" x:Name="btnExplore" Style="{StaticResource SuperButton}" Content="Keşfet" Background="Transparent" Height="40" FontSize="13" Foreground="White" Margin="0,160,0,0" VerticalAlignment="Top"/> |
| 50 | + <Button FontFamily="Montserrat" x:Name="btnSettings" Style="{StaticResource SuperButton}" Content="Ayarlar" Background="Transparent" Height="40" FontSize="13" Foreground="White" Margin="0,0,0,10" VerticalAlignment="Bottom"/> |
43 | 51 | </Grid> |
44 | 52 | </Grid> |
45 | 53 | <Grid Margin="130,30,120,70"> |
|
127 | 135 | <GridViewColumn Width="50"> |
128 | 136 | <GridViewColumn.CellTemplate> |
129 | 137 | <DataTemplate> |
130 | | - <Button Style="{StaticResource SuperButton}" Margin="0,0,0,0" Background="Transparent" Foreground="White" FontSize="12" Content="✖" Height="20" Width="20" MouseEnter="DelFav_Enter" MouseLeave="DelFav_Leave" Click="DelFav_Click"/> |
| 138 | + <Button Style="{StaticResource SuperButton}" Margin="0,0,0,0" Background="Transparent" Foreground="White" FontSize="10" Content="🗙" FontWeight="ExtraBold" Height="20" Width="20" MouseEnter="DelFav_Enter" MouseLeave="DelFav_Leave" Click="DelFav_Click"/> |
131 | 139 | </DataTemplate> |
132 | 140 | </GridViewColumn.CellTemplate> |
133 | 141 | </GridViewColumn> |
|
194 | 202 | </Grid.OpacityMask> |
195 | 203 | <Slider IsMoveToPointEnabled="True" Style="{StaticResource SuperSlider}" Foreground="#FF0D7F64" Name="sldVolume" Margin="0,10,0,0" VerticalAlignment="Top" Height="10"/> |
196 | 204 | <Button Name="btnPrevious" Style="{StaticResource PlayerButton}" Foreground="White" Width="45" Height="45" Background="White" Content="ᐊ" FontSize="18" Margin="22,90,22,0" VerticalAlignment="Top"/> |
197 | | - <Button Name="btnPlay" Style="{StaticResource PlayerButton}" Foreground="White" Width="60" Height="60" Background="White" Content="ᐅ" FontSize="30"/> |
| 205 | + <Button Focusable="False" Name="btnPlay" Style="{StaticResource PlayerButton}" Foreground="White" Width="60" Height="60" Background="White" Content="ᐅ" FontSize="30" VerticalContentAlignment="Center"/> |
198 | 206 | <Button Name="btnNext" Style="{StaticResource PlayerButton}" Foreground="White" Width="45" Height="45" Background="White" Content="ᐅ" FontSize="18" Margin="22,0,22,90" VerticalAlignment="Bottom"/> |
199 | | - <Button Style="{StaticResource SuperButton}" Name="btnInfinite" FontSize="20" Height="30" Margin="10,0,55,10" Background="Transparent" Foreground="White" Content="∞" VerticalAlignment="Bottom"/> |
| 207 | + <Button Style="{StaticResource SuperButton}" Name="btnInfinite" FontSize="20" Height="30" Margin="15,0,55,10" Background="Transparent" Foreground="White" Content="∞" VerticalAlignment="Bottom" HorizontalAlignment="Left"/> |
200 | 208 | <Button Style="{StaticResource SuperButton}" Name="btnShuffle" Width="25" FontSize="15" Height="30" Margin="0,0,10,10" Background="Transparent" Foreground="White" Content="🎲" VerticalAlignment="Bottom" HorizontalAlignment="Right"/> |
201 | 209 | </Grid> |
202 | 210 | </Grid> |
203 | | - <Grid x:Name="panelBottom" Height="60" Margin="0,0,0,0" VerticalAlignment="Bottom" HorizontalAlignment="Stretch" > |
204 | | - <Label Foreground="AliceBlue" Margin="10,10,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" x:Name="lblState" Content="Boş" FontSize="15"/> |
| 211 | + <Grid Background="Transparent" x:Name="panelBottom" Height="60" Margin="0,0,0,0" VerticalAlignment="Bottom" HorizontalAlignment="Stretch" > |
| 212 | + <Label FontFamily="Gotham Medium" FontWeight="SemiBold" Foreground="AliceBlue" Margin="10,10,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" x:Name="lblState" Content="Boş" FontSize="15"/> |
205 | 213 | <Label Foreground="White" Margin="10,10,10,0" VerticalAlignment="Top" HorizontalAlignment="Right" x:Name="lblPosition" Content="0.00 / 0.00" FontSize="15"/> |
206 | 214 | <Slider IsMoveToPointEnabled="True" Delay="300" x:Name="sldPosition" Margin="0,0,0,0" Foreground="#FF0D7F64" VerticalContentAlignment="Bottom" Value="0" VerticalAlignment="Bottom" HorizontalAlignment="Stretch" Style="{StaticResource SuperSlider}" /> |
207 | 215 | </Grid> |
208 | | - |
209 | 216 | </Grid> |
210 | | - |
211 | 217 | </Window> |
0 commit comments