Results 6 issues of Hiboboo

如题! 我们的设计效果图需要有渐变颜色的按钮,但我发现目前`FanbyButtons`并不支持这一功能,不知道之后会不会加入这项功能?

enhancement

![qq 20170906115835](https://user-images.githubusercontent.com/11403290/30093869-d82ee268-92fa-11e7-99f4-f9fe66041788.png) ![qq 20170906120012](https://user-images.githubusercontent.com/11403290/30093894-f92f6bc2-92fa-11e7-980c-819249079ffe.png) 看了您的源码,似乎对Glide的版本有限制要求,我必须使用3.7版本才可以。 是否可以将setImageLoader方法暴露出去?以解决第三方库的版本限制问题

如题。 先贴上两张Log截图 ![tim 20181009114907](https://user-images.githubusercontent.com/11403290/46650565-95ff3780-cbcf-11e8-92f9-b0ee4d675feb.png) ![tim 20181009114923](https://user-images.githubusercontent.com/11403290/46650566-9697ce00-cbcf-11e8-8976-032f14e25639.png) 以下是`settings.py`的所有配置,不确定是我配置的有问题,还是其他地方出了问题,只要运行起来,刚开始可以爬到一些代理IP并存入数据库里,然后就开始自动进入我自己的爬虫程序。 ```from CommoditySpider.config.config import IF_USE_PROXY BOT_NAME = 'CommoditySpider' SPIDER_MODULES = ['CommoditySpider.spiders'] NEWSPIDER_MODULE = 'CommoditySpider.spiders' USER_AGENT = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,...

希望作者可以再完善一下,加上大图预览模式,同时支持在大图和缩略图之间同步切换选择,这样就完美了

**XPopup版本** 2.9.19 **手机系统和型号** vivo V1831A Android10 API29 **描述你的问题** ![image](https://github.com/li-xiaojun/XPopup/assets/11403290/db14bf87-33c4-4436-83fc-0a5d0b2cd003) ![image](https://github.com/li-xiaojun/XPopup/assets/11403290/621f7b3e-618a-489e-8c9d-8957708448e1) ![image](https://github.com/li-xiaojun/XPopup/assets/11403290/830a700f-fc07-4028-8093-7adaf32130d5)

1,在Android中的模型中,所有的成员变量为什么不使用public做修饰?是不是应该放弃private同时也放弃J2EE带过来的getter & setter方法; 2,我看到你在ApiImpl类中,声明了private final static String APP_KEY = ""; 这里我觉得private和static有重复嫌疑,可以去掉static的修饰以减轻内存压力;