最新回答 / 碎冰冰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
最新回答 / 慕涵
<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
最新回答 / 风满西楼
可以手动控制RecyclerView的定位位置,比如使RecyclerView平滑移动到position为0处:<...code...>类似的方法还有<...code...>等等,相关的可以多了解下。
2015-12-29