Can you explain how they are different?

Also when you build with Gradle, we merge the resources manually from
different sources (libraries, main project res folder(s), build
types/flavors overlays, ...) before passing the result to aapt. The result
of the merge is in build/resources/...

Can you go look in there and see if your layout is wrong in there? We
normally don't touch layout files since the content doesn't have to be
merged (we only select which file to copy based on overlays), and only
merge the content of the values files, so this shouldn't happen, but I'm
curious.

thanks
Xav


On Wed, Apr 24, 2013 at 7:40 AM, Daniel Rindt <[email protected]>wrote:

> 2013/4/24 Tor Norbye <[email protected]>:
> > How are the two layout files different?
>
> I opened the apk and extracted the binary xml's and they are different.
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>


-- 
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.
http://developer.android.com | http://tools.android.com

Please do not send me questions directly. Thanks!

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to