Convert the localization and mechanism of displaying help texts from loading raw HTML files to using Android's first-class (localized) string resource.
Note that using more compex HTML elements like <ul> and <span> is therefore not really supported in this model, but overall we gain in maintainability and in a clearer, more concise code and resource file layout.
Convert the localization and mechanism of displaying help texts from loading raw HTML files to using Android's first-class (localized) string resource.
As per guidance from upstream commit 714e8e3.
Note that using more compex HTML elements like
<ul>
and<span>
is therefore not really supported in this model, but overall we gain in maintainability and in a clearer, more concise code and resource file layout.