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 color in my device is BLACK, menu background color is DARKGREY.
Values from android:color/ in device is: only BLACK and WHITE backgrounds.
Thanks for rekire 🙂
Finally I have the answer:
Android: How to get background color of Activity in Java?