添加项目
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<declare-styleable name="UserIconView">
|
||||
<!--默认头像-->
|
||||
<attr name="default_image" format="reference" />
|
||||
<attr name="image_radius" format="dimension" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="SynthesizedImageView">
|
||||
<!--合成图片的背景-->
|
||||
<attr name="synthesized_image_bg" format="color" />
|
||||
<!--合成图片的默认图片-->
|
||||
<attr name="synthesized_default_image" format="reference" />
|
||||
<!--合成图片的尺寸-->
|
||||
<attr name="synthesized_image_size" format="dimension" />
|
||||
<!--多图片之间的空隙间隔-->
|
||||
<attr name="synthesized_image_gap" format="dimension" />
|
||||
</declare-styleable>
|
||||
</resources>
|
||||
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="conversation_page_bg">#FFFFFF</color>
|
||||
<color name="conversation_item_top_color">#F4F4F4</color>
|
||||
<color name="conversation_item_time_color">#b0b0b0</color>
|
||||
<color name="conversation_divide_line_color">#D9D9D9</color>
|
||||
<color name="conversation_item_clicked_color">#D9D9D9</color>
|
||||
|
||||
<color name="custom_transparent">#B3000000</color>
|
||||
|
||||
<color name="line">#DDDDDD</color>
|
||||
<color name="navigation_bar_color">#F7F7F7</color>
|
||||
<color name="transparent">#00000000</color>
|
||||
<color name="list_bottom_text_bg">#999999</color>
|
||||
|
||||
<color name="font_blue">#066fff</color>
|
||||
<color name="green">#70C160</color>
|
||||
<color name="white">#FFFFFF</color>
|
||||
<color name="text_color_gray">#696969</color>
|
||||
<color name="black_font_color">#181818</color>
|
||||
<color name="text_tips_color">#A5A5A5</color>
|
||||
|
||||
<color name="text_gray1">#777777</color>
|
||||
|
||||
<color name="black">#000000</color>
|
||||
<color name="dialog_line_bg">#c6c6c6</color>
|
||||
|
||||
<!-- 积极钮色值 -->
|
||||
<color name="btn_positive">#00a4ff</color>
|
||||
<color name="btn_positive_hover">#006eff</color>
|
||||
|
||||
<color name="read_dot_bg">#f74c31</color>
|
||||
<color name="light_blue_400">#FF29B6F6</color>
|
||||
<color name="light_blue_600">#FF039BE5</color>
|
||||
<color name="gray_400">#FFBDBDBD</color>
|
||||
<color name="gray_600">#FF757575</color>
|
||||
|
||||
</resources>
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<dimen name="page_title_height">45dp</dimen>
|
||||
<dimen name="page_margin">10dp</dimen>
|
||||
<!-- 列表头像 -->
|
||||
<dimen name="item_height">49.35dp</dimen>
|
||||
<dimen name="item_width">49.35dp</dimen>
|
||||
|
||||
<dimen name="btn_margin_top">36dp</dimen>
|
||||
<dimen name="btn_margin_left">12dp</dimen>
|
||||
<dimen name="btn_margin_right">12dp</dimen>
|
||||
<dimen name="btn_margin_bottom">8dp</dimen>
|
||||
<dimen name="btn_margin_middle">10dp</dimen>
|
||||
<dimen name="btn_padding_left">16dp</dimen>
|
||||
<dimen name="btn_padding_right">16dp</dimen>
|
||||
|
||||
<dimen name="btn_height">40dp</dimen>
|
||||
<dimen name="forward_margin">55dp</dimen>
|
||||
|
||||
<dimen name="conversation_list_item_height">69.91dp</dimen>
|
||||
<dimen name="conversation_list_avatar_width">46.08dp</dimen>
|
||||
<dimen name="conversation_list_avatar_height">46.08dp</dimen>
|
||||
<dimen name="conversation_list_text_margin_bottom">12.96dp</dimen>
|
||||
<dimen name="conversation_list_divide_line_height">0.55dp</dimen>
|
||||
<dimen name="conversation_list_time_margin_right">15.35dp</dimen>
|
||||
</resources>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
// 云通信
|
||||
<string name="chat_top">Pin</string>
|
||||
<string name="chat_delete">Delete</string>
|
||||
<string name="quit_chat_top">Unpin</string>
|
||||
<string name="mark_unread">Unread</string>
|
||||
<string name="mark_read">Read</string>
|
||||
<string name="not_display">Hide</string>
|
||||
|
||||
<string name="forward_select_new_chat">Create new chat</string>
|
||||
<string name="forward_select_from_contact">Select from contact</string>
|
||||
<string name="titlebar_cancle">Cancel</string>
|
||||
<string name="titlebar_close">Close</string>
|
||||
<string name="forward_alert_title">Are you sure you want to forward?</string>
|
||||
<string name="forward_list_label">Recent Conversations</string>
|
||||
<string name="ui_at_all">[@All]</string>
|
||||
<string name="ui_at_me">[Someone @ me]</string>
|
||||
<string name="ui_at_all_me">[@All][Someone @ me]</string>
|
||||
<string name="drafts">[Drafts]</string>
|
||||
<string name="titlebar_mutiselect">Select</string>
|
||||
<string name="message_num">messages</string>
|
||||
|
||||
<string name="folded_group_chat">folded group chat</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user