Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Shapedrawable

Android Set Radius Programatically To Shapedrawable

Can I set a radius programmatically to a ShapeDrawable? Solution 1: try this: LayerDraw… Read more Android Set Radius Programatically To Shapedrawable

Unable To Understand Layer-list

Solution 1: A layer list is drawable, called sequence of other drawables with <item> tag. H… Read more Unable To Understand Layer-list

Cutting The Corners Off A Layout

I have a layout in android that needs to be a certain shape, i.e. this: where the corners are cut … Read more Cutting The Corners Off A Layout