Skip to main content

About

Displays an "About" section.

KeyTypeDescriptionRequiredDefaultMin Version
iconstringRelative path of the about icon""

This component requires the common properties label/value for title/subtitle.

Theme

Theme KeyTypeDescription
tintColorColorTitle color
labelColorColorSubtitle 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
};

XUI-About.png