Yeah that was it. COpied it into notepad and it showed some garbled up
things. Thanks.
On 06-Mar-09, at 4:10 AM, Marco Nelissen wrote:
>
> That layout compiles fine for me. Are you sure you don't have some
> non-printable character in your xml file that is messing things up?
>
>
> On Tue, M
That layout compiles fine for me. Are you sure you don't have some
non-printable character in your xml file that is messing things up?
On Tue, Mar 3, 2009 at 10:27 PM, idev wrote:
>
>
> http://schemas.android.com/apk/res/
> android"
> android:orientation="vertical"
> android:layout_width
Yep, but not quite: :=)
is the same as
But is not the same as
because here the button-element has child text-node containing
whitespace.
But then again, in your layout-xml it should not matter. This
whitespace should just be ignored.
On Mar 4, 10:46 pm, iDeveloper wrot
Thanks.
But AFAIK having a close button tag and closing the tag using /> is
one and the same!
On 04-Mar-09, at 10:10 PM, Stoyan Damov wrote:
>
> Not quite sure (haven't looked at the schema) but perhaps Button is an
> empty element, so in your layout it should look like this:
>
>> >
The XML in your post is ok. I just pasted it into an XML editor and it
validates OK.
However, this is what i've seen in Eclipse as well when editing XML
files for my android projects, especially XML files for layout in
Eclipse's layout-editor plugin for Android.
Sometimes an error is reported wh
Not quite sure (haven't looked at the schema) but perhaps Button is an
empty element, so in your layout it should look like this:
> android:layout_width="wrap_content"
> android:layout_height="52px"
> android:background="@drawable/installBtn" />
That is, close the ele
6 matches
Mail list logo