最新回答 / 碎冰冰0
new CellData("cindy","fine"),new CellData("title","this title is ok")mRecyclerView.setLayoutManager(new GridLayoutManager(this,3, LinearLayout.HORIZONTAL,false));
2016-04-07
最新回答 / 天使的羽毛v1
没有引入 jar包的原因,本人使用的 recyclerview 为:compile 'com.android.support:recyclerview-v7:24.0.0-alpha1',可以试一下
2016-03-20
已采纳回答 / 晨林大师兄0_0
D:\eclipse\sdk\extras\android\support\v7\recyclerview。对照我这个路径看看你的安装sdk路径有没有?如果还没有recyclerview.说明你的sdk不是最新的 。
2016-03-08
最新回答 / 慕涵
<resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item&...
2016-03-01