它使我的應用程序讀取爲0字符串數組沒有小數?
<string-array name="metric_threads_per_inch">
<item>0.5</item>
<item>0.8</item>
</string-array>
下面是代碼讀它
int[] thread = kit.getIntArray(R.array.metric_threads_per_inch);
adapter3 = new NumericAdapter(thread);
更多詳細信息請... – 2012-01-05 05:05:10
你能告訴我們代碼是0嗎? – 2012-01-05 05:05:21
請提供你如何閱讀這個XML文件的代碼。 – 2012-01-05 05:05:26