What steps will reproduce the problem?
1. Create a gridview with android:numColumns="auto_fit"
2. or android:columnWidth="90dp"
3.
What is the expected output? What do you see instead?
NumberFormat exception is thrown when xml file is opened.
What version of the product are you using? On what operating system?
Latest (b14?) on Mac OS 10.6.4
Please provide any additional information below.
<GridView android:id="@+id/gridview" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:numColumns="auto_fit"
android:verticalSpacing="10dp" android:horizontalSpacing="10dp"
android:columnWidth="90dp" android:stretchMode="columnWidth"
android:gravity="center"></GridView>
Original issue reported on code.google.com by pinknoiz...@gmail.com on 10 Aug 2010 at 7:38
Original issue reported on code.google.com by
pinknoiz...@gmail.com
on 10 Aug 2010 at 7:38