File tree Expand file tree Collapse file tree
CatLauncher/src/main/java/com/jacky/catlauncher/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,11 +112,22 @@ private void addPhotoRow() {
112112 }
113113
114114 private void addVideoRow () {
115+ String urls [] = {
116+ "http://pic1.win4000.com/wallpaper/4/50a4a3c70e0b6.jpg" ,
117+ "http://pic.nipic.com/2008-07-01/20087111641251_2.jpg" ,
118+ "http://pic6.nipic.com/20100402/4452376_013049940716_2.jpg" ,
119+ "http://pic.nipic.com/2007-12-15/2007121514361888_2.jpg" ,
120+ "http://img14.poco.cn/mypoco/myphoto/20130219/19/66523397201302191911218443817764509_001.jpg" ,
121+ "http://pic31.nipic.com/20130710/3606040_162007539156_2.jpg" ,
122+ "http://pic22.nipic.com/20120620/1931052_155503912000_2.jpg" ,
123+ "http://img.zcool.cn/community/0335a8c554c70c700000158fcecac3c.jpg" ,
124+ "http://image5.tuku.cn/wallpaper/Movie%20Wallpapers/4016_2560x1600.jpg" ,
125+ };
115126 int cardCount = 10 ;
116127 String headerName = getResources ().getString (R .string .app_header_video_name );
117128 ArrayObjectAdapter listRowAdapter = new ArrayObjectAdapter (new CardPresenter ());
118129 for (int i = 0 ; i < cardCount ; i ++) {
119- listRowAdapter .add ("" );
130+ listRowAdapter .add (urls [ i ] );
120131 }
121132 HeaderItem header = new HeaderItem (0 , headerName );
122133 rowsAdapter .add (new ListRow (header , listRowAdapter ));
You can’t perform that action at this time.
0 commit comments