razir / ProgressButton

Android Progress Button
856 stars 78 forks source link

Can't bind AppCompatImgeButton #29

Open Aminul-Haque-Aome opened 4 years ago

Aminul-Haque-Aome commented 4 years ago

Type mismatch Required TextView Found AppCompatImageButton

Sharkaboi commented 3 years ago

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.