Closed cheenu closed 10 years ago
Actually, scratch that ... I just tried
<com.cengalabs.flatui.views.FlatEditText
...
fl_fieldStyle="box" />
and it didn't change to box style (although it doesn't give an error, compiles fine)
What am I doing wrong?
Using the latest version (2.1.1
) btw
If it says unbound prefix it means that you didn't add the namespace to your layout file. If you look at the main layout of the sample project you'll see there is namespace added at 3rd line. Do you have it there?
Right, thats it. Knew I was missing something simple. :smile:
it is always because of small things :D nice that it is fixed
I tried this but it doesn't work (gives an error
Error parsing XML: unbound prefix
)However, this works
If the latter is the expected behaviour, maybe the documentation can be updated.