I’ve created a new style to set the background as transparent, but for some reason ever since the app doesn’t change layout to landscape when device is rotated.
Should I specify something in the new style ?
Here is it’s code :
< style name="Transparent" parent="android:@Theme.Translucent">
< item name="android:windowBackground">@color/background</item>
</style>
I actually kinda solved it apparently the orientation is according to the background app in case of transparent background, since i kept testing when the Launcher in the back, i always got portrait only.