1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-30 18:44:11 +02:00
Gadgetbridge/app/src/main/res/values/attrs.xml

19 lines
837 B
XML
Raw Normal View History

<?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="drawer_header_color" format="color" />
<attr name="drawer_title_color" format="color" />
2023-07-31 23:02:13 +02:00
<attr name="cardview_background_color" format="color" />
2023-08-01 11:13:09 +02:00
<attr name="actionmenu_icon_color" format="color" />
<attr name="chart_deep_sleep" format="color" />
<attr name="chart_light_sleep" format="color" />
2022-08-24 12:21:59 +02:00
<attr name="chart_rem_sleep" format="color" />
<attr name="chart_activity" format="color" />
<attr name="chart_not_worn" format="color" />
<attr name="alternate_row_background" format="color" />
<attr name="sports_activity_summary_background" format="color" />
</resources>