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

19 lines
540 B
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 format="reference" name="overlay_theme"/>
<attr format="dimension" name="card_elevation"/>
<attr format="integer" name="horizontal_divider_visibility"/>
<attr format="color" name="colorOnPrimaryHint"/>
<declare-styleable name="TimePreference">
<attr format="string" name="time_summary"/>
</declare-styleable>
</resources>