Lawrence Gimenez

Android Studio Render Problem

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.

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