android.view.WindowInsets ClassNotFoundException

后端 未结 2 1762
长发绾君心
长发绾君心 2021-01-05 20:42

android.view.WindowInsets is added in API level 20.

I import android.view.WindowInsets in my CustomLayout and override

2条回答
  •  甜味超标
    2021-01-05 21:29

    You cannot use android.view.WindowInsets in lower API versions if it was added in API level 20.

提交回复
热议问题