change the code xmlns:app=”http://schemas.android.com/tools” with this:
xmlns:app="http://schemas.android.com/apk/res-auto"
It made mine work.
change the code xmlns:app=”http://schemas.android.com/tools” with this:
xmlns:app="http://schemas.android.com/apk/res-auto"
It made mine work.