mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-23 18:06:34 +08:00
* feat: update DrawerPage and related resources for improved layout and functionality * feat: enable mouse swipe gesture for Drawer control. * chore: remove useless resources. * chore: remove useless Style. * chore: using TemplateBinding. * fix: using InnerPathIcon theme for Icon. * fix: use normal Binding. --------- Co-authored-by: Zhang Dian <54255897+zdpcdt@users.noreply.github.com>
10 lines
575 B
XML
10 lines
575 B
XML
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<!-- DrawerPage background -->
|
|
<StaticResource x:Key="DrawerPageBackground" ResourceKey="SemiColorWindow" />
|
|
<StaticResource x:Key="DrawerPageForeground" ResourceKey="SemiColorWindowText" />
|
|
<!-- Top bar -->
|
|
<StaticResource x:Key="DrawerPageTopBarBackground" ResourceKey="SemiColorWindow" />
|
|
<!-- Pane button -->
|
|
<StaticResource x:Key="DrawerPagePaneButtonForeground" ResourceKey="SemiColorWindowText" />
|
|
</ResourceDictionary>
|