How to change shape colors in Drawable?

后端 未结 3 1958
猫巷女王i
猫巷女王i 2021-02-09 17:29

I have the following button:

3条回答
  •  逝去的感伤
    2021-02-09 18:27

    Late reply, but I figured out that you can access each layer in a LayerList using FindDrawableByLayerId(). Then I have access to each object and set the appropriate color!

提交回复
热议问题