Manage your torrents from your Android device
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
2.4 KiB

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-2013 Eric Kok et al.
Transdroid is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Transdroid is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Transdroid. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<declare-styleable name="TorrentProgressBar">
<attr name="progress" format="integer" />
<attr name="isActive" format="boolean" />
</declare-styleable>
<!-- Themeable drawables, such as action bar icons -->
<attr name="ic_action_discard" format="reference"/>
<attr name="ic_action_done" format="reference"/>
<attr name="ic_action_filter" format="reference"/>
<attr name="ic_action_info" format="reference"/>
<attr name="ic_action_labels" format="reference"/>
<attr name="ic_action_new" format="reference"/>
<attr name="ic_action_pause" format="reference"/>
<attr name="ic_action_priority_off" format="reference"/>
<attr name="ic_action_priority_low" format="reference"/>
<attr name="ic_action_priority_normal" format="reference"/>
<attr name="ic_action_priority_high" format="reference"/>
<attr name="ic_action_refresh" format="reference"/>
<attr name="ic_action_remove" format="reference"/>
<attr name="ic_action_resume" format="reference"/>
<attr name="ic_action_rss" format="reference"/>
<attr name="ic_action_save" format="reference"/>
<attr name="ic_action_forcerecheck" format="reference"/>
<attr name="ic_action_search" format="reference"/>
<attr name="ic_action_sort_by_size" format="reference"/>
<attr name="ic_action_start" format="reference"/>
<attr name="ic_action_stop" format="reference"/>
<attr name="ic_action_trackers" format="reference"/>
<attr name="ic_action_website" format="reference"/>
<attr name="loading_progress" format="reference"/>
<attr name="activatable_background" format="reference"/>
<attr name="text_bright" format="reference" />
<attr name="text_actionbar" format="reference" />
<attr name="text_actionbar_secondary" format="reference" />
</resources>