Android XML Weirdness
Tuesday, September 16th, 2008Here’s something weird I noticed while fooling around with the Android SDK:
<?xml version="1.0" encoding="UTF-8"?>
<TextView xmlns:a="http://schemas.android.com/apk/res/android"
a:layout_width="fill_parent"
a:layout_height="wrap_content"
a:text="Hello World"
/>
If the weirdness doesn’t strike you, look twice.
(more…)