"Integer types not allowed" error
分类:Android
阅读 (2,149)
Add comments
7月 162012
When I gave a margin value 10 to TextView, the eclipse give a below error message.
error: Error: Integer types not allowed (at ‘layout_margin’ with value ’10’).
I searched on internet, and found can’t give a integer value to it, should use 10dip.