About
Displays an "About" section.
Key | Type | Description | Required | Default | Min Version |
---|---|---|---|---|---|
icon | string | Relative path of the about icon | – | "" | – |
This component requires the common properties label
/value
for title/subtitle.
Theme
Theme Key | Type | Description |
---|---|---|
tintColor | Color | Title color |
labelColor | Color | Subtitle color |
Example
{
cell = "About";
imagePath = "res/xxt-icon.png"; -- Center icon
label = "XUI Demo\nv1.2-10"; -- Title
value = "For XXTouch v1.2-10 and later. Demo only; do not use in production.\n2016-2018 (c) XXTouch Team.\nAll Rights Reserved."; -- Subtitle
};