For the forthcoming book, I am putting together a list of Activity methods which are never required, and are only present because Activity is technically as sub-type of View. So far I have:
These are correct. Left, Top are always 0. TitleColor doesn't have any effect on Android 4+ devices (when the new style is used -> android:targetSdkVersion="14").