You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/src/main/res/values/attrs.xml

62 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
** Copyright (c) 2012 Todoroo Inc
**
** See the file "LICENSE" for the full license governing this code.
-->
<resources>
<!-- theme attributes -->
<attr name="drawer_background" format="color" />
<attr name="drawer_background_selected" format="color" />
<attr name="task_edit_divider" format="color" />
<attr name="asContentBackground" format="color"/>
<attr name="asEditBackground" format="color"/>
<attr name="asEditRowBackground" format="reference"/>
<attr name="asTextColor" format="color"/>
<attr name="asTextColorInverse" format="color"/>
<attr name="asTextColorHint" format="color"/>
<attr name="asDetailsColor" format="color"/>
<attr name="asDueDateColor" format="color"/>
<attr name="asDueDateOverdueColor" format="color"/>
<attr name="asDueDateCompletedColor" format="color"/>
<attr name="asSeparatorBackground" format="color"/>
<attr name="asToolbarSeparator" format="color"/>
<attr name="asListDividerColor" format="color"/>
<attr name="asThemeTextColor" format="color"/>
<attr name="asEditTextBackground" format="reference"/>
<attr name="asAbBackgroundColor" format="color"/>
<attr name="asTaskRowSelector" format="reference" />
<attr name="ic_action_add" format="reference" />
<attr name="ic_action_new_attachment" format="reference"/>
<attr name="ic_action_save" format="reference"/>
<attr name="ic_action_cancel" format="reference"/>
<attr name="ic_action_camera" format="reference"/>
<attr name="ic_action_mic" format="reference" />
<attr name="ic_action_search" format="reference"/>
<attr name="ic_action_settings" format="reference"/>
<attr name="ic_action_attachment" format="reference" />
<attr name="ic_action_clock" format="reference" />
<attr name="ic_action_flag" format="reference" />
<attr name="ic_action_tags" format="reference" />
<attr name="ic_action_list" format="reference" />
<attr name="ic_action_box" format="reference" />
<attr name="ic_action_bell" format="reference" />
<attr name="ic_action_alarm" format="reference" />
<attr name="ic_action_reload" format="reference" />
<attr name="ic_action_calendar_month" format="reference"/>
<attr name="drawer_text" format="color"/>
<attr name="importance_background_selected" format="reference"/>
<attr name="asFilterRowSelected" format="reference"/>
<attr name="fab_icon" format="reference"/>
<declare-styleable name="DateAndTimePicker">
<attr name="shortcutLabels" format="reference" />
</declare-styleable>
<declare-styleable name="TimePreference">
<attr name="summary" format="string" />
</declare-styleable>
</resources>