Maybe this is well known option in Android Studio but I couldn\'t find it and Google has not helped me with this :( Every time I open a layout preview in Android Studio it\'s ap
Click here and change theme to your theme.
If you want a single theme to always open, give
android:theme="@style/YourTheme" in your tag in Manifest file.
android:theme="@style/YourTheme"
From next time onwards, when you create a new xml file, this will be your default theme.