> ## Documentation Index
> Fetch the complete documentation index at: https://developer.onetrust.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Customize User Interfaces

# Overview

The MAUI SDK's user interfaces are built using XAML and C# while the .Net Native SDK's user interfaces are built using iOS/Android native components. Most customizations will be done on the OneTrust Admin console and published. In addition, you can update the XAML/XML/Storyboard according to your needs.

* All the user interfaces for MAUI are stored in the following folder: OTSDKUI > OneTrustSDK > MainUI > **Views**.

[block:image]
{
  "images": [
    {
      "image": [
        "https://files.readme.io/31a2418bb40909826d0f251e67d4320d20f7935386f560fec06853fe2f91c3a9-image.png",
        null,
        ""
      ],
      "align": "center",
      "border": true
    }
  ]
}
[/block]

For Banner, Preference Center, Purpose Details, SDK List, Vendor Details, Vendor List, go to the respective file in the **Views** folder.

* All the user interfaces for .Net Native Android are stored in the following folder: otsdk.dotnet.android > Resources > **layout**.

[block:image]
{
  "images": [
    {
      "image": [
        "https://files.readme.io/aaefc53368974c88d2fe8f8f967d1c688bbdd671f04601dc8114c81fbbba580a-image.png",
        null,
        ""
      ],
      "align": "center",
      "border": true
    }
  ]
}
[/block]

* All the user interfaces for .Net Native iOS are stored in the following file: otsdk.dotnet.iOS > **Main.storyboard**.

[block:image]
{
  "images": [
    {
      "image": [
        "https://files.readme.io/ffb5df9432ab8593a45087606a146a60de8a5782c045b0c04539327a3ce2921d-image.png",
        null,
        ""
      ],
      "align": "center",
      "border": true
    }
  ]
}
[/block]