Changes

Xamarin XAML

257 bytes added, 14:50, 1 July 2019
== Basics ==
There are predefined XAML templates available that can be overridden. If no override is found, the default template will be used.
Overrides need to be placed in the following folder (on Windows): <span style="font-family: monospace;">'''[App Installation Path]/LocalState/xaml/'''</span>(on Windows)
The overrides will be loaded during the startup of the app. == UBIKThemes.xamlx ==One of the most significant files is the ''UBIKThemes.xamlx'', as it is the place to override and extend '''global definitions'''. The following paragraph showcases how easy it is to override global styles in ''UBIKThemes.xamlx''.
Override Styles