kodaligopi547 / droiddraw

Automatically exported from code.google.com/p/droiddraw
0 stars 0 forks source link

Problems parsing GridView parameters #154

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by brendan....@gmail.com on 6 Sep 2010 at 8:14