kodaligopi547 / droiddraw

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

Once an "EditText" is created in the user interface, under the properties tab there is the option to select "Numbers Only" if you select this it generates "android:numeric="true". This creates an error in the android application when this .xml file is used because "android:numeric" does not accept boolean values. "android:numeric" only accepts "integer", "signed" or "decimal". See the following link: http://code.google.com/android/reference/android/widget/TextView.html#attr_android:numeric #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Drag a "EditText" widget onto the design surface.
2. Select the "Numbers only" check box under properties.
3. Generate and copy the .xml file to your android application.
4.  Attempt to build your application.  The error will occur.

What is the expected output? A text box that only accepts numbers.

What do you see instead?  Error message "Android:numeric does not accept 
boolean values.

What version of the product are you using? r1b11
On what operating system?  Windows Vista

Please provide any additional information below.

Original issue reported on code.google.com by morrison...@gmail.com on 8 Sep 2008 at 1:25

GoogleCodeExporter commented 9 years ago
Accepted

Original comment by brendan....@gmail.com on 22 Sep 2008 at 4:09

GoogleCodeExporter commented 9 years ago
Fixed in SVN will be in the applet/executable soon.

Original comment by brendan....@gmail.com on 7 Nov 2008 at 5:03

GoogleCodeExporter commented 9 years ago

Original comment by brendan....@gmail.com on 7 Nov 2008 at 5:03