<style name="Theme.IOSched" parent="android:style/Theme.Light">
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
<activity android:name=".AboutActivity" android:theme="@style/Theme.IOSched"></activity>