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/astrid/src/main/res/values/attrs.xml

61 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="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="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="asListDividerColor" format="color"/>
<attr name="asThemeTextColor" format="color"/>
<attr name="asEditTextBackground" format="reference"/>
<attr name="asAbBackgroundColor" format="color"/>
<attr name="asFilterSelectedIcon" format="reference"/>
<attr name="asTaskRowSelector" format="reference" />
<attr name="ic_action_add" format="reference" />
<attr name="ic_action_new_attachment" format="reference"/>
<attr name="ic_action_discard" 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="drawer_text" format="color"/>
<attr name="task_edit_theme_color" format="color"/>
<attr name="importance_background_selected" format="reference"/>
<attr name="tea_icn_files" format="reference"/>
<attr name="tea_icn_addcal" format="reference"/>
<attr name="tea_icn_lists" format="reference"/>
<attr name="tea_icn_timer" format="reference"/>
<attr name="tea_icn_date" format="reference"/>
<attr name="tea_icn_edit" format="reference"/>
<attr name="tea_icn_hide" format="reference"/>
<attr name="tea_icn_reminder" format="reference"/>
<declare-styleable name="DateAndTimePicker">
<attr name="shortcutLabels" format="reference"/>
</declare-styleable>
<declare-styleable name="FloatingActionButton">
<attr name="drawable" format="integer"/>
<attr name="tint" format="color"/>
<attr name="shadowRadius" format="float"/>
<attr name="shadowDx" format="float"/>
<attr name="shadowDy" format="float"/>
<attr name="shadowColor" format="integer"/>
</declare-styleable>
</resources>