KeyurKba
KeyurKba
In current version user is not allowed to change background colour of button. So please add this which will be very useful.
Showing black crop area on samsung device.
while cropping image I use setSize to crop in some size say 512x512. but it still store in 600x600 or 524x524.
what is use of setMinScale and setMaxScale? because if I user setMinScale(0.3f) and setMaxScale(1) it works fine. but if I use setMinScale(0.7f) and setMaxScale(1) , then full image is not...
First of all thank you for making such nice library. I have decided to use that in my current project. I have 1 issue that if I want to save...
I have implemented this library in my project, it is very useful library to reduce code and showing good user interface. It works fine for loading, showing content but when...
First of all thank you ceryle, for making very nice & useful library. I have used this library in my one project which was version 1.4.9, that was working very...
This is my code, I want to update view with notifydatasetchanged, but it is not working ` arrDriverOrders.get(position).getOrderMaster().setDriverAccepted(Constant.ORDER_ACCEPT_CODE); mAdapter.notifyDataSetChanged();`
When added large text like 30,40 lines at that time app hangs, when using normal text view it wroks fine, so issue is from only when using justify textview.
Showing this errors after adding this library to my project Error:(487) Attribute "borderWidth" already defined with incompatible format. Error:(261) Original attribute defined here. Error:(487) Attribute "borderWidth" already defined with incompatible...