Math, asked by fareethkhan9025, 1 year ago

How to draw border on just one side of a linear layout?

Answers

Answered by KDRaika123
5
As many including me wanted to have a one side border with transparent background, I have implemented a BorderDrawable which could give me borders with different size and color in the same way as we use css. But this could not be used via xml. For supporting XML, I have added a BorderFrameLayout in which your layout can be wrapped.
Similar questions