mirror of https://github.com/kurisufriend/Clover
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.
97 lines
4.5 KiB
97 lines
4.5 KiB
<?xml version="1.0" encoding="utf-8"?><!--
|
|
Clover - 4chan browser https://github.com/Floens/Clover/
|
|
Copyright (C) 2014 Floens
|
|
|
|
This program 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.
|
|
|
|
This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
-->
|
|
<resources>
|
|
<attr name="toolbar_theme" format="reference" />
|
|
<attr name="toolbar_popup_theme" format="reference" />
|
|
|
|
<attr name="board_pane_style" format="reference" />
|
|
<attr name="board_pane_left_style" format="reference" />
|
|
<attr name="board_pane_right_style" format="reference" />
|
|
|
|
<declare-styleable name="BoardPane">
|
|
<attr name="fade_color" format="color" />
|
|
</declare-styleable>
|
|
|
|
<attr name="post_style" format="reference" />
|
|
|
|
<declare-styleable name="PostView">
|
|
<attr name="thumbnail_background" format="color" />
|
|
<attr name="saved_reply_color" format="color" />
|
|
<attr name="highlighted_color" format="color" />
|
|
<attr name="reply_count_color" format="color" />
|
|
<attr name="name_color" format="color" />
|
|
<attr name="subject_color" format="color" />
|
|
<attr name="date_color" format="color" />
|
|
<attr name="quote_color" format="color" />
|
|
<attr name="highlight_quote_color" format="color" />
|
|
<attr name="link_color" format="color" />
|
|
<attr name="spoiler_color" format="color" />
|
|
<attr name="capcode_color" format="color" />
|
|
<attr name="id_background_light" format="color" />
|
|
<attr name="id_background_dark" format="color" />
|
|
<attr name="inline_quote_color" format="color" />
|
|
|
|
<attr name="title_size" format="dimension" />
|
|
<attr name="detail_size" format="dimension" />
|
|
<attr name="icon_padding" format="dimension" />
|
|
<attr name="icon_width" format="dimension" />
|
|
<attr name="icon_height" format="dimension" />
|
|
<attr name="options_spacing" format="dimension" />
|
|
<attr name="options_left_padding" format="dimension" />
|
|
<attr name="options_top_padding" format="dimension" />
|
|
<attr name="options_right_padding" format="dimension" />
|
|
<attr name="options_bottom_padding" format="dimension" />
|
|
<attr name="last_seen_height" format="dimension" />
|
|
<attr name="grid_padding" format="dimension" />
|
|
<attr name="grid_image_size" format="dimension" />
|
|
<attr name="grid_comment_padding" format="dimension" />
|
|
<attr name="grid_replies_count_size" format="dimension" />
|
|
<attr name="list_comment_max_height" format="dimension" />
|
|
<attr name="list_padding" format="dimension" />
|
|
<attr name="list_image_size" format="reference|dimension" />
|
|
<attr name="list_comment_padding" format="dimension" />
|
|
<attr name="list_replies_count_size" format="dimension" />
|
|
<attr name="grid_width" format="dimension" />
|
|
<attr name="grid_height" format="dimension" />
|
|
<attr name="grid_spacing" format="dimension" />
|
|
|
|
<attr name="code_tag_size" format="dimension" />
|
|
|
|
</declare-styleable>
|
|
|
|
<attr name="board_edit_item_style" format="reference" />
|
|
|
|
<attr name="post_thumbnail_background" format="color" />
|
|
<attr name="post_saved_reply_color" format="color" />
|
|
<attr name="post_highlighted_color" format="color" />
|
|
<attr name="post_reply_count_color" format="color" />
|
|
<attr name="post_reply_color" format="color" />
|
|
<attr name="post_name_color" format="color" />
|
|
<attr name="post_subject_color" format="color" />
|
|
<attr name="post_details_color" format="color" />
|
|
<attr name="post_quote_color" format="color" />
|
|
<attr name="post_highlight_quote_color" format="color" />
|
|
<attr name="post_link_color" format="color" />
|
|
<attr name="post_spoiler_color" format="color" />
|
|
<attr name="post_capcode_color" format="color" />
|
|
<attr name="post_id_background_light" format="color" />
|
|
<attr name="post_id_background_dark" format="color" />
|
|
<attr name="post_inline_quote_color" format="color" />
|
|
<attr name="post_divider_color" format="color" />
|
|
<attr name="post_options_drawable" format="integer" />
|
|
</resources>
|
|
|