Eclipse complains android:scrollbars and android:fadingEdge do not allow Strings.
Posted
by emanuel
on Stack Overflow
See other posts from Stack Overflow
or by emanuel
Published on 2010-04-01T23:28:23Z
Indexed on
2010/04/01
23:33 UTC
Read the original article
Hit count: 345
Having a problem in Eclipse with regards to an XML file. Eclipse complains that android:scrollbars and android:fadingEdge do not allow Strings. I checked the Android developer site and they do in fact accept strings in the xml file. A related question posed had the problem where there was a missing :android after xmlns. As you can see from the code the line beginning with xmlns is correct I believe. Here is the complete file contents:
© Stack Overflow or respective owner