diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 01:05:42 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 01:05:42 -0500 |
| commit | fe46c308ef3eb1be3c39eca680e9b01b6b749336 (patch) | |
| tree | 6aa34c80cb7cc82f7553c5a039fb2c800052ef8f /App.axaml | |
| parent | 5822baba1d687aab4b1ceafbad2382ae6b4703c3 (diff) | |
| download | erable-godot-fe46c308ef3eb1be3c39eca680e9b01b6b749336.tar.gz erable-godot-fe46c308ef3eb1be3c39eca680e9b01b6b749336.tar.bz2 erable-godot-fe46c308ef3eb1be3c39eca680e9b01b6b749336.zip | |
Added project files
Diffstat (limited to 'App.axaml')
| -rw-r--r-- | App.axaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/App.axaml b/App.axaml new file mode 100644 index 0000000..ddd8046 --- /dev/null +++ b/App.axaml @@ -0,0 +1,12 @@ +<Application xmlns="https://github.com/avaloniaui"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:local="using:Alee_Audio_Player"
+ x:Class="Alee_Audio_Player.App">
+ <Application.DataTemplates>
+ <local:ViewLocator/>
+ </Application.DataTemplates>
+
+ <Application.Styles>
+ <FluentTheme Mode="Light"/>
+ </Application.Styles>
+</Application>
|
