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
Is your feature request related to a problem? Please describe.
Currently the RoundedCornersTransformation only allows the setting of the radius for all corners, RoundedCornersTransformation(radius:Float). It would be nice to have the flexibility to specify the corners that I would to have the radius applied only.
Describe the solution you'd like
Example would be for the api to be like RoundedCornersTransformation(radius:Float, RoundedCornersTransformation.TOP_LEFT or RoundedCornersTransformation.TOP_RIGHT) using an IntDef to specify corners to apply the radius.
Is your feature request related to a problem? Please describe.
Currently the RoundedCornersTransformation only allows the setting of the radius for all corners,
RoundedCornersTransformation(radius:Float)
. It would be nice to have the flexibility to specify the corners that I would to have the radius applied only.Describe the solution you'd like
Example would be for the api to be like
RoundedCornersTransformation(radius:Float, RoundedCornersTransformation.TOP_LEFT or RoundedCornersTransformation.TOP_RIGHT)
using anIntDef
to specify corners to apply the radius.The
IntDef
list could be likeThe text was updated successfully, but these errors were encountered: