maoni-sample/src/main/res/values/aboutlibraries_description.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?><!--
Copyright (c) 2016-2022 Armel Soro

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-->
<resources>
    <string name="aboutLibraries_description_showIcon" translatable="false">true</string>
    <string name="aboutLibraries_description_showVersion" translatable="false">true</string>
    <string name="aboutLibraries_description_text" translatable="false"><![CDATA[
    Copyright © 2016-2022 Armel Soro.<br/>
    ]]></string>
    <string name="aboutLibraries_description_name" translatable="false">Maoni Sample</string>

    <!-- Just remove those entries if you don't want to use a special button with a text within your about this app view :D -->
    <!--<string translatable="false" name="aboutLibraries_description_special1_name">EULA</string>-->
    <!--<string translatable="false" name="aboutLibraries_description_special1_text">-->
        <!--<![CDATA[This is a small sample which can be set in the about my app description file.<br /><br /><b>You can style this with html markup :D</b>]]>-->
    <!--</string>-->
    <!--<string translatable="false" name="aboutLibraries_description_special2_name">AGB</string>-->
    <!--<string translatable="false" name="aboutLibraries_description_special2_text">-->
        <!--<![CDATA[This is a small <i>sample</i> which can be set in the about my app description file.<br /><br /><b>You can style this with html markup :D</b>]]>-->
    <!--</string>-->
    <!--<string translatable="false" name="aboutLibraries_description_special3_name">Changelog</string>-->
    <!--<string translatable="false" name="aboutLibraries_description_special3_text">-->
        <!--<![CDATA[-->
        <!--<i>Version 1.1.0</i><br />-->
        <!-- - Something nice ;)<br />-->
        <!-- - Something awesome<br />-->
        <!--<br />-->
        <!--<i>Version 1.0.0</i><br />-->
        <!-- - Something new ;)<br />-->
        <!-- - Oo text :D]]>-->
    <!--</string>-->
</resources>