<text_banner name="">

A text banner defined within the <text_banners> tag.

A text banner will remain on the screen until it is explicitly cleared by specifying YES in the <clear> tag (see <text_banners>).

Child of: <text_banners>
Parent of: <clear>, <text>, <x>, <y>, <height>, <width>, <font>, <font_size>, <bg_color>, <text_color>

Example:

<text_banner name="my_banner">
               <clear>NO</clear>
               <text>Hello world!</text>
            <x>50</x
            <y>140</y>
               <height>35</height>
               <width>75</width>
               <font>Arial</font>
               <font_size>14</font_size>
               <bg_color>0xDDDDDD</bg_color>
               <text_color>#000000</text_color>
</text_banner>

Working example: Search for <text_banner name="">...</text_banner> in the file trivia_demo.xml.