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
You need to provide default theme on application tag in AndroidManifest.xml file. If you don't provide android:theme="@style/{themeName} there will be added Material.Light default theme.
Please check example of code snippet from my manifest file