简体   繁体   English

xml 布局在 android Eclipse 找不到 recyclerview

[英]xml layout in android Eclipse cant find recyclerview

i added recyclerview.jar and cardview.jar in my project,but just IDE in java file can recognize and read recyclerview.in xml layout it cant find it:( recyclerview in java file i added recyclerview.jar and cardview.jar in my project,but just IDE in java file can recognize and read recyclerview.in xml layout it cant find it:( recyclerview in java file

here you see cant find it在这里你看到找不到它

Try using the full path like <android.support.v7.widget.RecyclerView android:id="@+id/my_recycler_view" android:layout_width="match_parent" android:layout_height="match_parent" android:scrollbars="vertical" /> Try using the full path like <android.support.v7.widget.RecyclerView android:id="@+id/my_recycler_view" android:layout_width="match_parent" android:layout_height="match_parent" android:scrollbars="vertical" />

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM