Strange result as side effect - i had this line in my manifest:
SetActivityAttribute(Main, android:theme, "@android:style/Theme.Holo.NoActionBar")
and changed it to:
SetActivityAttribute(Main, android:theme, "@android:style/Theme.Material.NoActionBar")
I also use SplashFade 1.02 as library to show a starting picture. When using material theme, i see the buttons from the layout behind in front of the splash screen, so my flash screen is partially destroyed. Switching back to holo theme my design works like i designed it.