How to add the recyclerview to project

后端 未结 5 1238
栀梦
栀梦 2021-02-19 03:21

tried to import android.support.v7.widget.RecyclerView, but it didn\'t work, added also

compile \'com.android.support:recyclerview-v7:23.1.1\'

5条回答
  •  渐次进展
    2021-02-19 03:49

    Only putting this

    implementation'com.android.support:design:25.3.1'
    

    Will also work.

提交回复
热议问题