ERA - Symbol Not Found Error

I am getting error report via ERA:

Error Name: Symbol Not Found Error
Occurrences: 10
First Occurrence: 2020-04-21
Last Occurrence: 2020-04-21
Devices:
fēnix® 5X Plus: 7.10
App Versions: 1.2.1
Languages: eng
Backtrace:
Rez.GraphLayout:112

Please help me to identify problem source as GraphLayout has no line #112, it is very simple and small xml

<layout id="GraphLayout">

<drawable id="header"/>

<text-area id="CountryCTArea" x="center" y="1" 

justification="Graphics.TEXT_JUSTIFY_CENTER" color="Graphics.COLOR_BLACK" 

 background="Graphics.COLOR_WHITE" 

width="100%" height="25%">

        <fonts>

        <font>Graphics.FONT_TINY</font>           

            <font>Graphics.FONT_XTINY</font>

        </fonts>

    </text-area> 

    

    <text-area id="WarningTextArea" x="center" y="center" 

justification="Graphics.TEXT_JUSTIFY_CENTER" color="Graphics.COLOR_RED" 

 background="Graphics.COLOR_BLACK" 

width="100%" height="50%">

        <fonts>

        <font>Graphics.FONT_SMALL</font>           

            <font>Graphics.FONT_TINY</font>

        </fonts>

    </text-area>

    

</layout>