If you encounter a Render Problem issue on your Android Studio, like the one below.

The solution I came up with is to use the Material Styles as your app theme.

1
2
<style name="AppTheme" parent="@style/Theme.Material3.Light">
</style>