Welcome to mirror list, hosted at ThFree Co, Russian Federation.

arrays.xml « values « res « main « src « app - github.com/ClusterM/wear-os-hex-editor-watchface.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6cf9ed481906e74f3ab135e741b2591eda3a2c97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<resources>
    <!-- Reply Preference -->
    <string-array name="reply_entries">
        <item>Reply</item>
        <item>Reply to all</item>
    </string-array>

    <string-array name="reply_values">
        <item>reply</item>
        <item>reply_all</item>
    </string-array>
</resources>