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.
13 lines
691 B
13 lines
691 B
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<item type="drawable" name="action_bar">@color/dark_blue</item>
|
||
|
<item type="drawable" name="action_bar_preview">#b01b2125</item>
|
||
|
<item type="drawable" name="common_btn_normal">@color/golden</item>
|
||
|
<item type="drawable" name="download_loading">#ffebebeb</item>
|
||
|
<item type="drawable" name="golden">@color/golden</item>
|
||
|
<item type="drawable" name="notification_template_icon_bg">#3333b5e5</item>
|
||
|
<item type="drawable" name="notification_template_icon_low_bg">#0cffffff</item>
|
||
|
<item type="drawable" name="share_item_selected">#3fffffff</item>
|
||
|
<item type="drawable" name="white">#ffffffff</item>
|
||
|
</resources>
|