2012-05-13 18:13:13 +04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-02-07 21:45:10 +04:00
|
|
|
<!--
|
|
|
|
ownCloud Android client application
|
|
|
|
|
|
|
|
Copyright (C) 2012 Bartek Przybylski
|
2015-03-05 15:27:45 +03:00
|
|
|
Copyright (C) 2015 ownCloud Inc.
|
2013-02-07 21:45:10 +04:00
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
2013-04-17 14:26:13 +04:00
|
|
|
it under the terms of the GNU General Public License version 2,
|
|
|
|
as published by the Free Software Foundation.
|
2013-02-07 21:45:10 +04:00
|
|
|
|
|
|
|
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/>.
|
|
|
|
-->
|
2012-05-13 18:13:13 +04:00
|
|
|
<resources>
|
2015-07-27 17:34:16 +03:00
|
|
|
|
2015-10-09 16:04:39 +03:00
|
|
|
<color name="owncloud_blue">@color/actionbar_start_color</color>
|
2016-06-07 13:11:05 +03:00
|
|
|
<color name="owncloud_blue_accent">#007CC2</color>
|
2013-02-08 14:37:02 +04:00
|
|
|
<color name="owncloud_blue_bright">#00ddff</color>
|
2015-07-27 17:34:16 +03:00
|
|
|
|
2015-09-06 22:48:04 +03:00
|
|
|
<color name="list_item_lastmod_and_filesize_text">@color/secondaryTextColor</color>
|
2015-01-05 21:53:40 +03:00
|
|
|
<color name="black">#000000</color>
|
2015-08-13 16:41:59 +03:00
|
|
|
<color name="white">#FFFFFF</color>
|
2015-08-18 02:34:45 +03:00
|
|
|
<color name="fab_white">#fafafa</color>
|
|
|
|
<color name="white_pressed">#f1f1f1</color>
|
|
|
|
<color name="half_black">#808080</color>
|
|
|
|
<color name="black_semi_transparent">#B2000000</color>
|
2015-09-06 22:48:04 +03:00
|
|
|
<color name="textColor">@color/black</color>
|
2015-08-14 18:18:36 +03:00
|
|
|
<color name="drawerMenuTextColor">#000000</color>
|
2015-11-04 12:51:43 +03:00
|
|
|
<color name="list_divider_background">#eee</color>
|
2015-07-27 17:34:16 +03:00
|
|
|
<color name="filelist_icon_backgorund">#DDDDDD</color>
|
2015-08-04 18:06:27 +03:00
|
|
|
<color name="dark_background_text_color">#EEEEEE</color>
|
2015-08-14 18:18:36 +03:00
|
|
|
<color name="secondary_button_color">#D6D7D7</color>
|
2015-08-18 23:09:53 +03:00
|
|
|
<color name="transparent">#00000000</color>
|
2015-09-06 22:48:04 +03:00
|
|
|
<color name="secondaryTextColor">#a0a0a0</color>
|
|
|
|
<color name="listItemHighlighted">#f8f8f8</color>
|
|
|
|
<color name="highlightTextColor">#55739a</color>
|
2015-07-26 02:49:27 +03:00
|
|
|
|
|
|
|
<!-- Colors -->
|
2015-07-27 17:34:16 +03:00
|
|
|
<color name="color_accent">@color/owncloud_blue_accent</color>
|
2015-08-17 16:58:03 +03:00
|
|
|
<color name="dialog_list_item">#1F1F1F</color>
|
2015-07-26 02:49:27 +03:00
|
|
|
|
|
|
|
<!-- standard material color definitions -->
|
|
|
|
<color name="primary">@color/owncloud_blue</color>
|
2016-06-08 17:17:43 +03:00
|
|
|
<color name="primary_dark">#006AA3</color>
|
2015-08-06 20:04:22 +03:00
|
|
|
|
|
|
|
<!-- special transparent action bar colors for image preview -->
|
|
|
|
<color name="owncloud_blue_transparent">#201D2D44</color>
|
2015-08-06 20:14:52 +03:00
|
|
|
<color name="owncloud_blue_dark_transparent">#40162233</color>
|
2012-05-13 18:13:13 +04:00
|
|
|
</resources>
|