I\'ve imported a project from Eclipse to Android studio. It utilizes a custom view:
xmlns:app="http://schemas.android.com/apk/res-auto"
this helps for me:
on your build.gradle:
implementation 'com.android.support:design:28.0.0'