Top "Layerdrawable" questions

A Drawable that manages an array of other Drawables.

LayerDrawable programmatically

Since my application's color theme is dynamic i can only create background drawables using colors and shapedrawables, i want to …

android drawable layerdrawable
Changing color in a shape inside a layer-list programmatically

I am trying to change programmatically the color of the selectable_kachel_shape. Here is the xml file: kachel_ticked_…

android shape android-drawable layerdrawable
Android: set color programmatically to ProgressBar

I would like to set color programmatically to the progress bar primaryProgress, secondaryProgress as the color will be changed according …

android colors android-progressbar layerdrawable
How to make a circular drawable with stroke, programmatically?

Background I'm trying to have a filled circle, with a stroke of certain color and width, and an image inside. …

android android-drawable layerdrawable android-shapedrawable
How to merge two Drawables dynamically in Android?

so I have two different Drawables which I need to merge and get a single Drawable at runtime. I want …

android android-layout drawable android-drawable layerdrawable