#IncludeTitle: false Not hiding Activity title when starting app.
When app is started for split seccond before activit is loaded there is app title shown on white background...
Setting these two attributes will cause your app to run in full screen: #FullScreen: true #IncludeTitle: false However the action bar will appear for a short moment when your app starts. You can use this theme to prevent it from appearing: SetApplicationAttribute(android:theme...