After switching to Android Studio 3.2 canary I am getting the following build error.
I have seen this post where the guy had a similar issue but no
for my self this happened after migrating to AndroidX, I changed style="@style/TextAppearance.AppCompat.Notification.Info"
to style="@style/TextAppearance.AppCompat.Title"
and the output of the view is fine at least for me. I didn't find any difference as before AndroidX.
You can consider my solution as a workaround till you test it.