Archives for: "November 2011, 17"
Android Layout XML File is case-sensitive!
In the most situation, XML file is case-insensitive. I thought that is the same case as Android Layout XML. There is no different between and . There is a run-time exception thrown about the invalid "" element. I changed to . Then everything is fine. I… more »
Tags: android