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
I think you should try adding style as below in your styles.xml file. For me it worked perfectly, for the similar kind of issue.
Or you can use @style/TextAppearance.AppCompat.Notification with TextView in XML file:
@style/TextAppearance.AppCompat.Notification
TextView
Please check this link, You can create your custom notification layout.