Jump to: navigation, search

Changes


Xamarin XAML

134 bytes removed, 09:16, 2 July 2019
On other systems (Android, iOS, etc.), you can use the ''Import Customizing'' button in the Settings to import the styles (file by file, for now). The app needs to be restarted after the files have been imported.
 
=== Custom Pages ===
Custom pages can be added, just like on the WinX client. However, all '''namespace definitions''' need to be added at the beginning of the file, otherwise, the custom page will not load.
== Differences to WinX ==
The biggest difference is that developers don't need to copy the whole '''UBIKThemes.xamlx''' file just to edit a few styles. Just the changes from the default styles (soon to be available on the [[https://release.augmensys.com/|!Release Portal]] need to be defined in the overwritten file!
 
Although the customization process is similar to the one for the WinX client, the new process used with Xamarin is still somewhat different:
* Developers only need to add ''the actual adaptions'' to '''UBIKThemes.xamlx''' and not having to copy the whole file, as non-included definitions are missing from the application in the WinX client.
* Namespace definitions have to be included in all files.
* Because the same styles are used on different devices (mobile phones, PCs, tablets), responsive user interfaces should be designed.