Android图片加载-TakePhoto

TakePhoto

https://github.com/crazycodeboy/TakePhoto

种的一个问题自定义UI

自定义状态栏 修改颜色后,如果选择图片就会还原原始的颜色,

后发现图片选择框架使用的MultipleImageSelect

https://github.com/darsh2/MultipleImageSelect

找到最原版的修改方案

Custom Styles 

  1. To change the color of UI elements, in colors.xml file, override the following attributes with the desired colors. Example:
<color name="multiple_image_select_primary">#673AB7color>
<color name="multiple_image_select_primaryDark">#512DA8color>
<color name="multiple_image_select_primaryLight">#D1C4E9color>
<color name="multiple_image_select_accent">#536DFEcolor>
<color name="multiple_image_select_primaryText">#212121color>
<color name="multiple_image_select_secondaryText">#727272color>
<color name="multiple_image_select_divider">#B6B6B6color>
<color name="multiple_image_select_toolbarPrimaryText">#FFFFFFcolor>
<color name="multiple_image_select_albumTextBackground">#99FFFFFFcolor>
<color name="multiple_image_select_imageSelectBackground">#000000color>    

你可能感兴趣的:(android)