Newer
Older
LeftoverRecipe / app / src / main / res / values / arrays.xml
MatsumotoKeiju on 9 Jul 2017 201 bytes [add] LeftoverRecipe Project
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string-array name="spinner_values">
        <item>朝</item>
        <item>昼</item>
        <item>晩</item>
    </string-array>

</resources>