0

In Android Studio, I add dependence for RecylerView. But when I edit it in xml files is show no suggestions. When edit TextView in xml it works well, what can I do to solve it, thanks?

mach
  • 8,315
  • 3
  • 33
  • 51
orgcheng
  • 1
  • 1

1 Answers1

0

RecyclerView is part of the v7 support library and not in the framework. You do not get suggestions for external libraries.

Possible duplicate to your question

Community
  • 1
  • 1
mach
  • 8,315
  • 3
  • 33
  • 51