How to get Android system Colors?

后端 未结 3 2160
日久生厌
日久生厌 2021-02-20 08:03

I\'m searching way to get Android system colors - color theme used in device.

Using android:color/ I didn\'t get correct colors. For example: background col

3条回答
  •  耶瑟儿~
    2021-02-20 08:37

    It might just be setting a color filter on whatever the base color of the device is. That may be why you're not getting the base color you were expecting.

    This is just a theory, I haven't verified it yet. Either that, or the base color for the theme you're looking is stored in a slightly different location. That's also a possibility.

提交回复
热议问题