android:button="@null" doesn't work on lower API <= 19 devices
In my case worked only with both
android:button="@null"
app:buttonCompat = "@null"
attributes set to @null
In my case worked only with both
android:button="@null"
app:buttonCompat = "@null"
attributes set to @null