摘要: shape用于设定形状,可以在selector,layout等里面使用,有6个子标签,各属性如下: 填充:设置填充的颜色 间隔:设置四个方向上的间隔 大小:设置大小 圆角:同时设置五个属性,则Radius属性无效 android:Radius="20dp" 设置四个角的半径 android:topL 阅读全文
posted @ 2017-02-11 22:32 次序 阅读(183) 评论(0) 推荐(0) 编辑
摘要: compile'com.squareup.picasso:picasso:2.5.2' String url = "http://192.168.191.1:8080/b"+(i+1)+".jpg"; image = new ImageView(context); // Picasso.with(context).load(url).into(... 阅读全文
posted @ 2017-02-11 22:11 次序 阅读(1226) 评论(0) 推荐(0) 编辑