You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the uCrop Android library and have integrated it successfully. Currently, the bottom controls in my UI appear in this order:
Crop
Rotate
Scale
However, I want to change the order to:
Crop
Scale
Rotate
Additionally, in the default behavior, only the selected tool displays a label. I want to modify it so that all labels (Crop, Scale, Rotate) are always visible, even when a particular tool is not selected.
Is there any way to do this?
The text was updated successfully, but these errors were encountered:
I am using the uCrop Android library and have integrated it successfully. Currently, the bottom controls in my UI appear in this order:
Crop
Rotate
Scale
However, I want to change the order to:
Crop
Scale
Rotate
Additionally, in the default behavior, only the selected tool displays a label. I want to modify it so that all labels (Crop, Scale, Rotate) are always visible, even when a particular tool is not selected.
Is there any way to do this?
The text was updated successfully, but these errors were encountered: