Open Aminul-Haque-Aome opened 4 years ago
Type mismatch Required TextView Found AppCompatImageButton
Hey This library is meant to work on buttons that extend from TextView as in the case of android.widget.Button, but androidx.appcompat.widget.AppCompatImageButton does not.
TextView
android.widget.Button
androidx.appcompat.widget.AppCompatImageButton
Type mismatch Required TextView Found AppCompatImageButton