No, Android does not support a double array. It would be nice considering they already have a string array and an integer array.
, , Integer-Array? , , Typed-Array.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="cred_spinner">
<item>2.0</item>
<item>3.0</item>
<item>4.0</item>
...
</array>
</resources>