Jump to: navigation, search

Difference between revisions of "Xamarin XAML"


Line 1: Line 1:
 
(WIP)
 
(WIP)
 +
 +
The User Interface of the Xamarin Clients (Android, iOS, new UWP) can be fundamentally customized using custom XAML definitions. This customization process is heavily influenced by the [[XAML|XAML Customization Process on the WinX Client]].
 +
 +
== 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>
 +
 +
The overrides will be loaded during the startup of the app
 +
 +
 +
Override Styles

Revision as of 14:42, 1 July 2019

(WIP)

The User Interface of the Xamarin Clients (Android, iOS, new UWP) can be fundamentally customized using custom XAML definitions. This customization process is heavily influenced by the XAML Customization Process on the WinX Client.

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): [App Installation Path]/LocalState/xaml/

The overrides will be loaded during the startup of the app


Override Styles