Could not find class 'android.graphics.drawable.RippleDrawable'

前端 未结 2 1295
名媛妹妹
名媛妹妹 2020-12-06 18:42

I\'m using a third party library, there is a method using DrawableCompat.setTintMode(drawable, PorterDuff.Mode.SRC_IN);. When I test my app in android 5.0+,ther

2条回答
  •  囚心锁ツ
    2020-12-06 19:11

    i used ?colorPrimary for creating button background and its sake error in my project , and i change ?colorPrimary to @color/colorPrimary and its work for me :)

提交回复
热议问题