mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-15 06:29:24 +01:00
2e98b1396f
Also define them in the attrs xml file and do some grouping in the colors xml. It might be we don't need them at all, but for the time being let's keep them around.
11 lines
428 B
XML
11 lines
428 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<attr name="textColorPrimary" format="color" />
|
|
<attr name="textColorSecondary" format="color" />
|
|
<attr name="textColorTertiary" format="color" />
|
|
|
|
<attr name="chart_deep_sleep" format="color" />
|
|
<attr name="chart_light_sleep" format="color" />
|
|
<attr name="chart_activity" format="color" />
|
|
<attr name="chart_not_worn" format="color" />
|
|
</resources> |