Android代码-轻量级的material design图片选择器,颜值很高

时间:2022-08-25 21:51:17
【文件属性】:
文件名称:Android代码-轻量级的material design图片选择器,颜值很高
文件大小:2.69MB
文件格式:ZIP
更新时间:2022-08-25 21:51:17
Android代码 IPicker A material design style pictures selector. Screenshot Usage Gradle dependencies { compile 'com.liuguangqiang.ipicker:library:1.0.1' } Maven com.liuguangqiang.ipicker library 1.0.1 aar Manifest Theme @color/color_primary @color/color_primary_dark @color/color_primary Open the picker IPicker.setLimit(1); IPicker.open(context); Return the selected images by EventBus. @Subscribe public void onEvent(IPickerEvent event) { } Also support to get the selected im

网友评论