Commit ce65db8f by konghaorui

删除未使用资源文件

parent 50d7ca80
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
android:duration="300"
android:fromYDelta="0"
android:toYDelta="100%p" />
</set>
......@@ -4,20 +4,11 @@
<color name="black" tools:ignore="MissingDefaultResource">#FF000000</color>
<color name="white">@android:color/white</color>
<color name="white_8p">#14FFFFFF</color>
<color name="white_16p">#29FFFFFF</color>
<color name="white_24p">#3DFFFFFF</color>
<color name="white_50p">#80FFFFFF</color>
<color name="white_96p">#F5FFFFFF</color>
<color name="black_50p">#80000000</color>
<color name="red">#F44336</color>
<color name="red_30p">#4CF44336</color>
<color name="blue">#2196F3</color>
<color name="grey">#9E9E9E</color>
<color name="grey_50p">#809E9E9E</color>
<color name="grey_300">#E0E0E0</color>
<color name="grey_700_96p">#F5616161</color>
<color name="grey_300_96p">#F5E0E0E0</color>
<color name="grey_900">#212121</color>
<color name="grey_900_96p">#F5212121</color>
</resources>
......@@ -3,7 +3,4 @@
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
<dimen name="text_size_common">16sp</dimen>
<dimen name="play_bar_height">57dp</dimen>
<dimen name="screen_tips_top">80dp</dimen>
<dimen name="divider_height">0.5dp</dimen>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="audioim_color_40353535">#66353535</color>
<color name="audioim_color_80353535">#CC353535</color>
<color name="audioim_color_50ffffff">#B3ffffff</color>
<color name="audioim_color_30FFFFFF">#4DFFFFFF</color>
<color name="audioim_color_70FFFFFF">#B3FFFFFF</color>
</resources>
<resources>
<string name="audioim_app_name">av</string>
<string name="audioim_need_storage_permission_hint">App正常工作需要内部存储使用权限,请开启</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
android:fromYDelta="0"
android:toYDelta="100%p"
android:duration="300"
/>
</set>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:endColor="#00ffffff"
android:startColor="@color/white" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="180"
android:endColor="#00ffffff"
android:startColor="@color/white" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval"
android:useLevel="false">
<solid android:color="@color/white" />
<stroke
android:width="1dp"
android:color="@color/white" />
<size
android:width="20dp"
android:height="20dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 圆角 -->
<corners android:radius="@dimen/confide_default_dis_size_big" />
<stroke
android:width="1dp"
android:color="#D6D6D6" />
<solid android:color="@color/transparent" />
</shape>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<!-- 背景色 -->
<solid android:color="@color/white"/>
<!-- 边框色 -->
<stroke android:width="1dip" android:color="@color/platform_main_theme" />
//圆角
<corners android:radius="4dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<!-- 背景色 -->
<solid android:color="#D9D9D9"/>
<!-- 边框色 -->
<stroke android:width="1dip" android:color="#D9D9D9" />
//圆角
<corners android:radius="4dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true" android:color="@color/platform_main_theme"/>
<item android:state_checked="false" android:color="@color/platform_text_gray"/>
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools">
<RelativeLayout
android:id="@+id/rl_head"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="30dp">
<com.yidianling.phonecall.WaveView
android:layout_width="200dp"
android:layout_height="200dp"
android:layout_centerInParent="true"
android:background="@color/transparent" />
<ImageView
android:id="@+id/sdv_head"
android:layout_width="@dimen/confide_head_size_big"
android:layout_height="@dimen/confide_head_size_big"
android:layout_centerHorizontal="true"
android:layout_centerInParent="true"
android:contentDescription="@null" />
</RelativeLayout>
<LinearLayout
android:id="@+id/lin_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:gravity="center_horizontal"
android:layout_below="@+id/rl_head"
android:layout_marginTop="50dp"
android:orientation="vertical">
<ImageView
android:layout_width="match_parent"
android:layout_height="@dimen/confide_divide_line_stroke_width"
android:layout_marginBottom="@dimen/confide_default_dis_size_huge"
android:background="#22222B24" />
<TextView
android:id="@+id/tv_phone"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/confide_default_dis_size_huge"
android:text="请注意接听,通常为0571开头号码"
android:textColor="@color/white" />
<TextView
android:id="@+id/tv_hint"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/confide_default_dis_size_huge"
android:text="如倒计时结束后仍然未接到来电,请挂断后重新连接"
android:textColor="@color/white" />
<ImageView
android:layout_width="match_parent"
android:layout_height="@dimen/confide_divide_line_stroke_width"
android:layout_marginBottom="@dimen/confide_default_dis_size_huge"
android:background="#22222B24" />
</LinearLayout>
<LinearLayout
android:id="@+id/lin_djs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_below="@+id/lin_text"
android:layout_above="@+id/iv_stop"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/white"
android:text="倒计时:"/>
<TextView
android:id="@+id/text_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="1"
android:gravity="center"
android:layout_above="@+id/lin_text"
android:textColor="@color/red"
tools:text="30"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/white"
android:text=" 秒"/>
</LinearLayout>
<ImageView
android:id="@+id/iv_stop"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="30dp"
android:src="@drawable/confide_state_stop"
android:visibility="invisible"/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="confide_color_242424">#242424</color>
<color name="confide_new_divide_color">#f0f0f0</color>
<color name="confide_line">#F0F0F0</color>
<color name="confide_filters_line">#E0E0E0</color>
......
<?xml version="1.0" encoding="UTF-8" ?>
<resources>
<!--分割线粗细-->
<dimen name="confide_divide_line_stroke_width">0.5dp</dimen>
<!--距离部分-->
<dimen name="confide_default_dis_size_nano">2dp</dimen>
<dimen name="confide_default_dis_size_micro">4dp</dimen>
<dimen name="confide_default_dis_size_small">6dp</dimen>
<dimen name="confide_default_dis_size">8dp</dimen>
<dimen name="confide_default_dis_size_big">10dp</dimen>
<dimen name="confide_default_dis_size_large">12dp</dimen>
<dimen name="confide_default_dis_size_huge">14dp</dimen>
<dimen name="confide_default_dis_size_huge_more">16dp</dimen>
<!--字体大小部分-->
<dimen name="confide_default_text_size_micro">8sp</dimen>
<dimen name="confide_default_text_size_little">10sp</dimen>
<dimen name="confide_default_text_size_small">12sp</dimen>
<dimen name="confide_default_text_size">14sp</dimen>
<dimen name="confide_default_text_size_big">16sp</dimen>
<dimen name="confide_default_text_size_large">18sp</dimen>
<!--TitleBar高度-->
<dimen name="confide_title_bar_height">45dp</dimen>
<dimen name="confide_action_bar_height">48dip</dimen>
<!--JumpTextView部分-->
<dimen name="confide_jump_text_view_min_height">55dp</dimen>
<dimen name="confide_jump_text_view_icon_size">25dp</dimen>
<!-- dialog -->
<dimen name="confide_normal_text_size">16sp</dimen>
<dimen name="confide_big_text_size">17sp</dimen>
<dimen name="confide_light_line_size">1px</dimen>
<dimen name="confide_dialog_padding_vertical">20dip</dimen>
<dimen name="confide_custom_dialog_padding_vertical">15dip</dimen>
<dimen name="confide_dark_line_size">3px</dimen>
<dimen name="confide_dialog_text_margin_horizontal">15dip</dimen>
<dimen name="confide_very_samll_text_size">9sp</dimen>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="confide_activity_horizontal_margin">16dp</dimen>
<dimen name="confide_activity_vertical_margin">16dp</dimen>
<!--动态-->
<!--顶部title Size-->
<dimen name="confide_title_height">45dp</dimen>
<dimen name="confide_title_txt_sp">20sp</dimen>
<!-- map -->
<dimen name="confide_chatroom_head_height">200dp</dimen>
<dimen name="confide_dp_1">1dp</dimen>
<dimen name="confide_dp_2">2dp</dimen>
<dimen name="confide_dp_3">3dp</dimen>
<dimen name="confide_dp_4">4dp</dimen>
<dimen name="confide_dp_5">5dp</dimen>
<dimen name="confide_dp_6">6dp</dimen>
<dimen name="confide_dp_7">7dp</dimen>
<dimen name="confide_dp_8">8dp</dimen>
<dimen name="confide_dp_9">9dp</dimen>
<dimen name="confide_dp_10">10dp</dimen>
<dimen name="confide_dp_11">11dp</dimen>
<dimen name="confide_dp_12">12dp</dimen>
......@@ -71,31 +34,7 @@
<dimen name="confide_dp_18">18dp</dimen>
<dimen name="confide_dp_19">19dp</dimen>
<dimen name="confide_dp_20">20dp</dimen>
<dimen name="confide_dp_21">21dp</dimen>
<dimen name="confide_dp_22">22dp</dimen>
<dimen name="confide_dp_23">23dp</dimen>
<dimen name="confide_dp_24">24dp</dimen>
<dimen name="confide_dp_25">25dp</dimen>
<dimen name="confide_dp_26">26dp</dimen>
<dimen name="confide_dp_27">27dp</dimen>
<dimen name="confide_dp_28">28dp</dimen>
<dimen name="confide_dp_29">29dp</dimen>
<dimen name="confide_dp_30">30dp</dimen>
<dimen name="confide_dp_31">31dp</dimen>
<dimen name="confide_dp_32">32dp</dimen>
<dimen name="confide_dp_33">33dp</dimen>
<dimen name="confide_dp_34">34dp</dimen>
<dimen name="confide_dp_35">35dp</dimen>
<dimen name="confide_dp_36">36dp</dimen>
<dimen name="confide_dp_37">37dp</dimen>
<dimen name="confide_dp_38">38dp</dimen>
<dimen name="confide_dp_48">48dp</dimen>
<dimen name="confide_dp_60">60dp</dimen>
<dimen name="confide_dp_64">64dp</dimen>
<dimen name="confide_dp_88">88dp</dimen>
<dimen name="confide_dp_99">99dp</dimen>
<dimen name="confide_dp_115">115dp</dimen>
<dimen name="confide_dp_127">127dp</dimen>
<dimen name="confide_head_size_big">72dp</dimen>
</resources>
<resources>
<string name="confide_app_name">PhoneCall</string>
<string name="confide_title">即时倾诉</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:parentTag="android.widget.LinearLayout">
</merge>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--字体大小部分-->
<dimen name="consultant_default_text_size_small">12sp</dimen>
<dimen name="consultant_default_text_size">14sp</dimen>
<dimen name="consultant_default_text_size_big">16sp</dimen>
<dimen name="consultant_default_text_size_large">18sp</dimen>
<!--距离部分-->
<dimen name="consultant_default_dis_size_micro">4dp</dimen>
<dimen name="consultant_default_dis_size_small">6dp</dimen>
<dimen name="consultant_default_dis_size">8dp</dimen>
<dimen name="consultant_default_dis_size_big">10dp</dimen>
<dimen name="consultant_default_dis_size_large">12dp</dimen>
<dimen name="consultant_default_dis_size_huge">14dp</dimen>
<!--分割线粗细-->
<dimen name="consultant_divide_line_stroke_width">1px</dimen>
</resources>
......@@ -2,29 +2,16 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!--字体大小部分-->
<dimen name="consultant_default_text_size_small">12sp</dimen>
<dimen name="consultant_default_text_size">14sp</dimen>
<dimen name="consultant_default_text_size_big">16sp</dimen>
<dimen name="consultant_default_text_size_large">18sp</dimen>
<!--距离部分-->
<dimen name="consultant_default_dis_size_micro">5dp</dimen>
<dimen name="consultant_default_dis_size_small">7.5dp</dimen>
<dimen name="consultant_default_dis_size">10dp</dimen>
<dimen name="consultant_default_dis_size_big">12.5dp</dimen>
<dimen name="consultant_default_dis_size_large">15dp</dimen>
<dimen name="consultant_default_dis_size_huge">17.5dp</dimen>
<!--dialog部分-->
<!--分割线粗细-->
<dimen name="consultant_divide_line_stroke_width">0.5dp</dimen>
<!--TitleBar高度-->
<dimen name="consultant_title_bar_height">45dp</dimen>
<!--JumpTextView部分-->
<dimen name="consultant_jump_text_view_min_height">55dp</dimen>
<dimen name="consultant_jump_text_view_icon_size">25dp</dimen>
<!--JumpDraweeView部分-->
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- google color-->
<color name="consultant_google_yellow">#fdbd00</color>
<color name="consultant_color_FF9500">#FF9500</color>
<!--app主要颜色-->
<color name="consultant_white">#ffffff</color>
<color name="consultant_theme_bg">#FAFAFA</color>
<color name="consultant_default_text_color">#555555</color>
<color name="consultant_default_text_color_hint">#333333</color>
<color name="consultant_divide_color">#EDEDED</color>
<color name="consultant_place_holder_color">#DDDDDD</color>
<color name="consultant_transparent">#00FFFFFF</color>
<color name="consultant_price_color">#EC7100</color>
<color name="consultant_tag_text">#777777</color>
<color name="consultant_f5f5f5">#f5f5f5</color>
<color name="consultant_black_deep">#FF000000</color>
<color name="consultant_line">#e5e5e5</color>
<!--最后删除-->
<color name="consultant_colorTextDefault">#555555</color>
<!--最后删除-->
<!-- main bg color -->
......@@ -30,19 +16,13 @@
<!-- contact -->
<!-- setting -->
<color name="consultant_color_black_ff666666">#ff666666</color>
<!--云信 end-->
<color name="consultant_text_gray">#B6B6B6</color>
<color name="consultant_title_bottom_line_bg">#DDDDDD</color>
<!--动态-->
<!--动态顶部title背景变色-->
<color name="consultant_color_black_333333">#333333</color>
<color name="consultant_colorBg">#f5f5f5</color>
</resources>
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="consultant_activity_vertical_margin">16dp</dimen>
<!--动态-->
......@@ -9,7 +8,6 @@
<!-- map -->
<dimen name="consultant_text_size_12">12sp</dimen>
<dimen name="consultant_text_size_15">15sp</dimen>
<dimen name="consultant_title_bar_height">48dp</dimen>
......
<resources>
<string name="consultant_app_name">consultant</string>
<string name="consultant_attend_course_success">报名成功</string>
<string name="consultant_theme">主题</string>
<string name="consultant_area">地区</string>
<string name="consultant_sort">排序</string>
<string name="consultant_filter">筛选</string>
<string name="consultant_reset">重置</string>
<string name="consultant_confirm">确定</string>
<string name="consultant_no_more">没有更多了</string>
<string name="consultant_no_search_result">没有符合条件的内容</string>
<string name="consultant_search_by_category">按主题搜索看看</string>
<string name="consultant_search_hint">搜索话题、咨询师姓名</string>
<string name="consultant_need_storage_permission_hint">App正常工作需要内部存储使用权限,请开启</string>
<string name="consultant_user_protocol">用户协议</string>
<string name="consultant_next_step">下一步</string>
<string name="consultant_finish">完成</string>
<string name="consultant_nickname_hint">设置一个昵称,方便大家认识你哦(最多10个字)</string>
<string name="consultant_please_select_gender">请选择性别</string>
<string name="consultant_register_success">注册成功</string>
<string name="consultant_private_safe_hint">设置手势密码,保障安全隐私</string>
<string name="consultant_gson_parse_error">解析错误</string>
<!--网络提示模块-->
<string name="consultant_network_error">请检查网络连接!</string>
<string name="consultant_timeout">网络超时!</string>
<string name="consultant_httperror">请求失败</string>
<string name="consultant_loading">正在加载中...</string>
......
......@@ -118,7 +118,6 @@
<color name="course_color_F0F0F0">#F0F0F0</color>
<color name="course_color_EDEDED">#EDEDED</color>
<color name="course_color_F5F5F5">#F5F5F5</color>
<color name="course_color_34CD65">#34CD65</color>
<color name="course_color_FFEEE6">#FFEEE6</color>
<color name="course_color_FFDB26">#FFDB26</color>
<color name="course_color_F4F4F4">#F4F4F4</color>
......
......@@ -6,70 +6,32 @@
<color name="dynamic_colorAccent">#FF4081</color>
<color name="dynamic_msg_system_press">#fff7f7f7</color>
<color name="dynamic_msg_bg_press">#eeeeeeee</color>
<color name="dynamic_colorDivider">#ebebeb</color>
<!-- google color-->
<color name="dynamic_google_red">#ed412c</color>
<color name="dynamic_google_blue">#3e82f7</color>
<color name="dynamic_google_yellow">#fdbd00</color>
<color name="dynamic_color_grey_d0d0d0">#d0d0d0</color>
<!--app主要颜色-->
<color name="dynamic_white">#ffffff</color>
<color name="dynamic_theme_title_bar_color">#FFFFFF</color>
<color name="dynamic_theme_bg">#FAFAFA</color>
<color name="dynamic_default_text_color">#555555</color>
<color name="dynamic_default_text_color_hint">#333333</color>
<color name="dynamic_divide_color">#EDEDED</color>
<color name="dynamic_place_holder_color">#DDDDDD</color>
<color name="dynamic_transparent">#00FFFFFF</color>
<color name="dynamic_price_color">#EC7100</color>
<color name="dynamic_thx_red_color">#EB5835</color>
<color name="dynamic_tag_text">#777777</color>
<color name="dynamic_f5f5f5">#f5f5f5</color>
<color name="dynamic_fffaec">#fffaec</color>
<color name="dynamic_black_deep">#FF000000</color>
<!--最后删除-->
<color name="dynamic_colorTextDefault">#555555</color>
<!--云信 begin-->
<color name="dynamic_black">#000000</color>
<color name="dynamic_grey">#333333</color>
<color name="dynamic_color_blue_0888ff">#0888ff</color>
<color name="dynamic_color_gray_d9d9d9">#d9d9d9</color>
<color name="dynamic_grey_white_has_alpha">#66FAFAFA</color>
<color name="dynamic_color_black_333333">#333333</color>
<color name="dynamic_color_grey_999999">#999999</color>
<color name="dynamic_color_grey_888888">#888888</color>
<color name="dynamic_color_activity_blue_bg">#f7389fff</color>
<color name="dynamic_split_line_grey_color_d9d9d9">#D9D9D9</color>
<color name="dynamic_gray7">#c5c4c4</color>
<color name="dynamic_GreyWhite">#F7F7F7</color>
<color name="dynamic_im_list_select_hover">#dbdbdb</color>
<color name="dynamic_color_b3b3b3">#b3b3b3</color>
<color name="dynamic_color_black_b3000000">#b3000000</color>
<color name="dynamic_color_grey_eaeaea">#eaeaea</color>
<!-- main bg color -->
<color name="dynamic_main_bg_color">#FFFFFF</color>
<!-- session -->
<color name="dynamic_color_message_default_bg">#e9ecf0</color>
<color name="dynamic_input_panel_text_color_757572">#757572</color>
<color name="dynamic_color_gray_cbd0d8">#cbd0d8</color>
<!-- image picker -->
<color name="dynamic_color_split_line_d9d9d9">#d9d9d9</color>
<color name="dynamic_color_split_line_cccccc">#cccccc</color>
<!-- contact -->
<color name="dynamic_contact_list_hover">#d9d9d9</color>
<color name="dynamic_contact_letter_idx_bg">#33000000</color>
<color name="dynamic_color_grey_ababab">#ababab</color>
<color name="dynamic_color_yellow_796413">#796413</color>
<color name="dynamic_color_red_f04c62">#f04c62</color>
<color name="dynamic_text_gray">#B6B6B6</color>
......@@ -92,12 +54,4 @@
<!--消息已读-->
<color name="dynamic_color_grey_555555">#555555</color>
<color name="dynamic_color_background">#ECF1F5</color>
<color name="dynamic_bg_top_msg">#f3f3f3</color>
<color name="dynamic_bg_red_pocket">#77000000</color>
</resources>
......@@ -2,80 +2,36 @@
<resources>
<!-- 通用 -->
<dimen name="dynamic_isetting_item_height">55dip</dimen>
<dimen name="dynamic_isetting_item_padding_left">15dip</dimen>
<dimen name="dynamic_isetting_item_padding_right">15dip</dimen>
<dimen name="dynamic_action_bar_height">48dip</dimen>
<dimen name="dynamic_split_one_dip">1dip</dimen>
<dimen name="dynamic_split_one_pixels">1px</dimen>
<dimen name="dynamic_text_size_9">9sp</dimen>
<dimen name="dynamic_text_size_10">10sp</dimen>
<dimen name="dynamic_text_size_12">12sp</dimen>
<dimen name="dynamic_text_size_13">13sp</dimen>
<dimen name="dynamic_text_size_14">14sp</dimen>
<dimen name="dynamic_text_size_15">15sp</dimen>
<dimen name="dynamic_text_size_16">16sp</dimen>
<dimen name="dynamic_text_size_17">17sp</dimen>
<dimen name="dynamic_text_size_18">18sp</dimen>
<dimen name="dynamic_text_size_20">20sp</dimen>
<!-- dialog -->
<dimen name="dynamic_very_samll_text_size">9sp</dimen>
<dimen name="dynamic_normal_text_size">16sp</dimen>
<dimen name="dynamic_big_text_size">17sp</dimen>
<dimen name="dynamic_light_line_size">1px</dimen>
<dimen name="dynamic_dialog_text_margin_horizontal">15dip</dimen>
<dimen name="dynamic_dialog_padding_vertical">20dip</dimen>
<dimen name="dynamic_custom_dialog_padding_vertical">15dip</dimen>
<dimen name="dynamic_dark_line_size">3px</dimen>
<!-- avatar -->
<dimen name="dynamic_avatar_notification_size">48dip</dimen>
<dimen name="dynamic_avatar_max_size">60dip</dimen>
<dimen name="dynamic_avatar_size_default">50dip</dimen>
<dimen name="dynamic_avatar_size_in_session">40dip</dimen>
<dimen name="dynamic_avatar_size_in_contact">30dip</dimen>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="dynamic_activity_vertical_margin">16dp</dimen>
<dimen name="dynamic_dp_4">4dp</dimen>
<dimen name="dynamic_dp_40">40dp</dimen>
<dimen name="dynamic_sp_14">14sp</dimen>
<!-- bubble -->
<dimen name="dynamic_max_text_bubble_width">222dip</dimen>
<dimen name="dynamic_bottom_component_margin_horizontal">6dip</dimen>
<dimen name="dynamic_bubble_time_layout_margin_top">18dip</dimen>
<dimen name="dynamic_bubble_time_layout_margin_bottom">8dip</dimen>
<dimen name="dynamic_bubble_layout_margin_side">6dip</dimen>
<dimen name="dynamic_bubble_head_margin_horizontal">8dip</dimen>
<dimen name="dynamic_bubble_margin_top">2dip</dimen>
<dimen name="dynamic_mask_sticker_bubble_width">120dip</dimen>
<!-- message -->
<dimen name="dynamic_message_bottom_function_viewpager_height">220dp</dimen>
<dimen name="dynamic_input_panel_image_margin_bottom">3dip</dimen>
<dimen name="dynamic_input_panel_image_margin_top">20dip</dimen>
<!---->
<!--字体大小部分-->
<dimen name="dynamic_default_text_size_little">10sp</dimen>
<dimen name="dynamic_default_text_size_small">12sp</dimen>
<dimen name="dynamic_default_text_size">14sp</dimen>
<dimen name="dynamic_default_text_size_big">16sp</dimen>
<dimen name="dynamic_default_text_size_large">18sp</dimen>
<!--距离部分-->
<dimen name="dynamic_default_dis_size_nano">2dp</dimen>
<dimen name="dynamic_default_dis_size_micro">4dp</dimen>
<dimen name="dynamic_default_dis_size_small">6dp</dimen>
<dimen name="dynamic_default_dis_size">8dp</dimen>
<dimen name="dynamic_default_dis_size_big">10dp</dimen>
<dimen name="dynamic_default_dis_size_large">12dp</dimen>
<dimen name="dynamic_default_dis_size_huge">14dp</dimen>
<dimen name="dynamic_default_dis_size_huge_more">16dp</dimen>
<!--分割线粗细-->
......
<resources>
<string name="dynamic_reset">重置</string>
<string name="dynamic_confirm">确定</string>
<string name="dynamic_no_more">没有更多了</string>
<string name="dynamic_search_hint">搜索话题、咨询师姓名</string>
<string name="dynamic_need_storage_permission_hint">App正常工作需要内部存储使用权限,请开启</string>
<string name="dynamic_private_safe_hint">设置手势密码,保障安全隐私</string>
<!--网络提示模块-->
<string name="dynamic_network_error">请检查网络连接!</string>
<string name="dynamic_timeout">网络超时!</string>
<string name="dynamic_httperror">请求失败</string>
<!--动态模块-->
<string name="dynamic_trend_foucused">已关注</string>
<string name="dynamic_trend_foucus">关注</string>
<string name="dynamic_trends">动态</string>
<string name="dynamic_header">头像</string>
<string name="dynamic_close">关闭</string>
<string name="dynamic_no_more_data_hint">陛下,就等你分享了呢</string>
<string name="dynamic_loading_hint">正在加载中…</string>
......@@ -24,12 +13,9 @@
<string name="dynamic_bindphone">为了及时接收消息通知,请立即绑定手机</string>
<string name="dynamic_unknow_size">未知大小</string>
<string name="dynamic_silence_content">因网友举报,你已经被系统禁言,如有疑问,请联系客服小壹处理。</string>
<string name="dynamic_details">了解详情</string>
<string name="dynamic_approval">知道了</string>
<string name="dynamic_input_panel_photo">图 片</string>
<string name="dynamic_trend_comments_load_error">评论加载失败</string>
<string name="dynamic_trend_waitting_for_comment">就等你的评论咯~</string>
</resources>
......@@ -20,16 +20,6 @@
<!--dialog animation ,it used for redPacketDialogFragment-->
<!-- 仿ios普通对话框 -->
<style name="normaldialog_style" parent="@android:style/Theme.Dialog">
<item name="android:windowFrame">@null</item>
<item name="android:windowIsFloating">true</item>
<item name="android:windowIsTranslucent">false</item>
<item name="android:windowNoTitle">true</item>
<item name="android:layout_marginRight">30dp</item>
<item name="android:layout_marginLeft">30dp</item>
<item name="android:windowBackground">@drawable/normaldialog_bg</item>
<item name="android:backgroundDimEnabled">true</item>
</style>
<!--自定义分享-->
<style name="transparentFrameWindowStyle" parent="android:style/Theme.Dialog">
......@@ -42,13 +32,6 @@
</style>
<style name="FilterTextViewStyle">
<item name="android:layout_height">40dp</item>
<item name="android:textSize">14sp</item>
<item name="android:background">?android:attr/selectableItemBackground</item>
<item name="android:gravity">center</item>
</style>
<style name="horizontal_light_thin_divider">
<item name="android:layout_height">2px</item>
<item name="android:layout_width">fill_parent</item>
......
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<size
android:width="24dp"
android:height="24dp" />
<solid android:color="@color/white" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/fm_nim_picker_preview_pressed" android:state_pressed="true"></item>
<item android:drawable="@drawable/fm_nim_picker_preview_disable" android:state_enabled="false"></item>
<item android:drawable="@drawable/fm_nim_picker_preview_normal"></item>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="horizontal"
android:padding="15dp">
<ImageView
android:id="@+id/iv_head"
android:layout_width="60dp"
android:layout_height="60dp"
android:contentDescription="@string/platform_header"
android:src="@drawable/platform_default_img" />
<TextView
android:id="@+id/tv_title"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_marginLeft="12dp"
android:layout_marginRight="12dp"
android:layout_weight="1"
android:background="?android:attr/selectableItemBackground"
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="2"
android:textColor="@color/platform_default_text_color"
android:textSize="14sp"
tools:text="课课程名称课程名称课程名称课程名称课程名称课" />
<ImageButton
android:id="@+id/btn_pause_play"
style="@android:style/Widget.Holo.Button.Borderless.Small"
android:layout_width="48dp"
android:layout_height="48dp"
android:contentDescription="@string/platform_pause_play"
android:scaleType="centerInside"
android:src="@drawable/fm_ic_pause_24dp" />
<ImageButton
android:id="@+id/btn_close"
style="@android:style/Widget.Holo.Button.Borderless.Small"
android:layout_width="48dp"
android:layout_height="48dp"
android:contentDescription="@string/platform_close"
android:scaleType="centerInside"
android:src="@drawable/fm_ic_close_24dp" />
</LinearLayout>
<resources>
<string name="fm_app_name">FM</string>
</resources>
<resources></resources>
<resources>
<string name="home_app_name">m-home</string>
<string name="home_search_hint">搜索话题、咨询师姓名</string>
</resources>
<resources>
<string name="home_app_name">home-module</string>
<string name="home_real_appoint">预约了</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:radius="28dp"/>
<solid android:color="@color/im_white"/>
</shape>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="6dp"/>
<solid android:color="@color/im_white"/>
</shape>
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportHeight="108"
android:viewportWidth="108">
<path
android:fillColor="#26A69A"
android:pathData="M0,0h108v108h-108z" />
<path
android:fillColor="#00000000"
android:pathData="M9,0L9,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M19,0L19,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M29,0L29,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M39,0L39,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M49,0L49,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M59,0L59,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M69,0L69,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M79,0L79,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M89,0L89,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M99,0L99,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,9L108,9"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,19L108,19"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,29L108,29"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,39L108,39"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,49L108,49"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,59L108,59"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,69L108,69"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,79L108,79"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,89L108,89"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,99L108,99"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M19,29L89,29"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M19,39L89,39"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M19,49L89,49"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M19,59L89,59"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M19,69L89,69"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M19,79L89,79"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M29,19L29,89"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M39,19L39,89"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M49,19L49,89"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M59,19L59,89"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M69,19L69,89"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M79,19L79,89"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
</vector>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="7dp" />
<gradient
android:angle="270"
android:startColor="#FF5040"
android:endColor="#FF6E52" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<size
android:width="20dp"
android:height="20dp" />
<solid android:color="@color/platform_thx_red_color" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--&lt;!&ndash; solid指定形状的填充色,只有android:color一个属性 &ndash;&gt;-->
<solid android:color="@color/platform_thx_red_color" />
<!--&lt;!&ndash; padding设置内容区域离边界的间距 &ndash;&gt;-->
<!--&lt;!&ndash; corners设置圆角,只适用于rectangle &ndash;&gt;-->
<corners android:radius="200dp" />
<size
android:width="18dp"
android:height="18dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>
<com.ydl.ydlcommon.view.TitleBar
android:id="@+id/title_bar"
android:layout_width="match_parent"
android:layout_height="@dimen/title_bar_height"
app:pa_right_text="全部已读"
android:textSize="@dimen/im_title_txt_sp"
app:pa_title_text="消息"
android:background="@color/im_white"
/>
<com.ydl.webview.SafeTipView
android:id="@+id/safe_tip_view"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<in.srain.cube.views.ptr.PtrFrameLayout
android:id="@+id/store_house_ptr_frame"
android:layout_width="match_parent"
android:layout_height="match_parent">
<in.srain.cube.views.loadmore.LoadMoreListViewContainer
android:id="@+id/load_more_list_view_container"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ListView
android:id="@+id/lv_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:divider="@null"
android:listSelector="?android:attr/selectableItemBackground" />
<LinearLayout
android:id="@+id/ll_empty"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/im_msg_empty" />
<TextView
android:id="@+id/empty_info"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/im_default_dis_size_huge"
android:gravity="center"
android:text="啥消息都没有"
android:textColor="#D6D6D6" />
</LinearLayout>
</in.srain.cube.views.loadmore.LoadMoreListViewContainer>
</in.srain.cube.views.ptr.PtrFrameLayout>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/view_bg"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<View
android:id="@+id/divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/im_divide_color"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
<View
android:layout_width="0dp"
android:layout_height="0dp"
android:background="?android:attr/selectableItemBackground"
app:layout_constraintBottom_toTopOf="@+id/divider"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/sdv_head"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_marginBottom="15dp"
android:layout_marginLeft="15dp"
android:layout_marginStart="15dp"
android:layout_marginTop="15dp"
android:contentDescription="@null"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"/>
<TextView
android:id="@+id/tv_new_num"
android:layout_width="20dp"
android:layout_height="20dp"
android:background="@drawable/im_shape_circle_red"
android:gravity="center"
android:text=""
android:textColor="@color/im_white"
android:textSize="14sp"
android:visibility="invisible"
app:layout_constraintEnd_toEndOf="@+id/sdv_head"
app:layout_constraintTop_toTopOf="@+id/sdv_head"
tools:text="2"
tools:visibility="visible" />
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:layout_marginStart="8dp"
android:layout_marginTop="14dp"
android:ellipsize="end"
android:maxLines="1"
android:textColor="#444444"
android:textSize="17sp"
app:layout_constraintStart_toEndOf="@+id/sdv_head"
app:layout_constraintTop_toTopOf="parent"
tools:text="小壹" />
<TextView
android:id="@+id/content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="14dp"
android:layout_marginEnd="16dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="16dp"
android:layout_marginStart="8dp"
android:ellipsize="end"
android:singleLine="true"
android:textColor="#888888"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@+id/view_bg"
app:layout_constraintStart_toEndOf="@+id/sdv_head"
tools:text="最近消息。。。" />
<TextView
android:id="@+id/time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="15dp"
android:layout_marginRight="15dp"
android:layout_marginTop="16dp"
android:textColor="#999999"
android:textSize="12sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:text="10:50" />
</android.support.constraint.ConstraintLayout>
......@@ -3,38 +3,6 @@
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation">
<string-array name="im_letter_list">
<item></item>
<item>\@</item>
<item>\#</item>
<item>A</item>
<item>B</item>
<item>C</item>
<item>D</item>
<item>E</item>
<item>F</item>
<item>G</item>
<item>H</item>
<item>I</item>
<item>J</item>
<item>K</item>
<item>L</item>
<item>M</item>
<item>N</item>
<item>O</item>
<item>P</item>
<item>Q</item>
<item>R</item>
<item>S</item>
<item>T</item>
<item>U</item>
<item>V</item>
<item>W</item>
<item>X</item>
<item>Y</item>
<item>Z</item>
</string-array>
<string-array name="im_letter_list2">
<item></item>
<item>\#</item>
......
......@@ -7,36 +7,24 @@
<color name="im_grey">#333333</color>
<color name="im_color_blue_0888ff">#0888ff</color>
<color name="im_color_gray_d9d9d9">#d9d9d9</color>
<color name="im_grey_white_has_alpha">#66FAFAFA</color>
<color name="im_color_black_333333">#333333</color>
<color name="im_color_grey_999999">#999999</color>
<color name="im_color_grey_888888">#888888</color>
<color name="im_color_activity_blue_bg">#f7389fff</color>
<color name="im_split_line_grey_color_d9d9d9">#D9D9D9</color>
<color name="im_gray7">#c5c4c4</color>
<color name="im_GreyWhite">#F7F7F7</color>
<color name="im_im_list_select_hover">#dbdbdb</color>
<color name="im_color_b3b3b3">#b3b3b3</color>
<color name="im_color_green_disable">#a2efe0</color>
<color name="im_color_green_00d3a9">#ff00D3A9</color>
<color name="im_color_black_b3000000">#b3000000</color>
<color name="im_color_grey_eaeaea">#eaeaea</color>
<color name="im_color_blue_3a9efb">#3a9efb</color>
<color name="im_color_green_89fbff">#89fbff</color>
<color name="im_main_bg_color">#FFFFFF</color>
<color name="im_color_message_default_bg">#e9ecf0</color>
<color name="im_input_panel_text_color_757572">#757572</color>
<color name="im_color_gray_cbd0d8">#cbd0d8</color>
<color name="im_color_split_line_d9d9d9">#d9d9d9</color>
<color name="im_color_split_line_cccccc">#cccccc</color>
<color name="im_contact_list_hover">#d9d9d9</color>
<color name="im_contact_letter_idx_bg">#33000000</color>
<color name="im_color_grey_ababab">#ababab</color>
<color name="im_color_yellow_796413">#796413</color>
<color name="im_color_red_f04c62">#f04c62</color>
<color name="im_color_black_ff333333">#ff333333</color>
<color name="im_color_black_ff666666">#ff666666</color>
<color name="im_color_black_ff999999">#ff999999</color>
<!--====================RES_AVCHAT====================-->
<!--====================RES_AVCHAT====================-->
......@@ -55,34 +43,18 @@
<!--====================RES_UIKIT====================-->
<color name="im_color_grey_555555">#555555</color>
<color name="im_action_bar_black_title_1f1f1f">#1f1f1f</color>
<color name="im_action_bar_black_title_color">#252525</color>
<color name="im_contact_search_hit">#02d3a9</color>
<color name="im_color_background">#ECF1F5</color>
<color name="im_color_34CD65">#34CD65</color>
<color name="im_color_00CC88">#00CC88</color>
<color name="im_color_3DBEF5">#3DBEF5</color>
<color name="im_color_8CF22318">#8CF22318</color>
<color name="im_color_CCCCCC">#CCCCCC</color>
<color name="im_color_FF5A4C">#FF5A4C</color>
<color name="im_color_5FF5A4C">#0DFF5A4C</color>
<color name="im_color_60FF5A4C">#99FF5A4C</color>
<color name="im_color_222222">#222222</color>
<color name="im_color_EBEBEB">#EBEBEB</color>
<color name="im_color_FFDD33">#FFDD33</color>
<color name="im_color_FFC000">#FFC000</color>
<color name="im_color_5CC8F7">#5CC8F7</color>
<color name="im_color_FF8C00">#FF8C00</color>
<color name="im_color_FF9100">#FF9100</color>
<color name="im_color_66000000">#66000000</color>
<color name="im_color_F2F2F2">#F2F2F2</color>
<color name="im_color_FF3A2F">#FF3A2F</color>
<color name="im_color_242424">#242424</color>
<color name="im_color_FF5040">#FF5040</color>
<color name="im_color_BFBFBF">#BFBFBF</color>
<color name="im_divide_color">#EDEDED</color>
<color name="im_default_button_bg">#1da1f2</color>
<color name="im_default_text_color">#555555</color>
<color name="im_theme_title_bar_color">#FFFFFF</color>
<color name="im_color_grey_d0d0d0">#d0d0d0</color>
</resources>
......@@ -7,17 +7,13 @@
<dimen name="im_isetting_item_padding_right">15dip</dimen>
<dimen name="im_action_bar_height">48dip</dimen>
<dimen name="im_split_one_dip">1dip</dimen>
<dimen name="im_text_size_9">9sp</dimen>
<dimen name="im_text_size_10">10sp</dimen>
<dimen name="im_text_size_12">12sp</dimen>
<dimen name="im_text_size_13">13sp</dimen>
<dimen name="im_text_size_14">14sp</dimen>
<dimen name="im_text_size_15">15sp</dimen>
<dimen name="im_text_size_16">16sp</dimen>
<dimen name="im_text_size_17">17sp</dimen>
<dimen name="im_text_size_18">18sp</dimen>
<dimen name="im_text_size_20">20sp</dimen>
<dimen name="im_split_one_pixels">1px</dimen>
<!-- dialog -->
<dimen name="im_very_samll_text_size">9sp</dimen>
......@@ -30,10 +26,8 @@
<dimen name="im_dark_line_size">3px</dimen>
<!-- bubble -->
<dimen name="im_max_text_bubble_width">222dip</dimen>
<dimen name="im_bottom_component_margin_horizontal">6dip</dimen>
<dimen name="im_bubble_time_layout_margin_top">18dip</dimen>
<dimen name="im_bubble_time_layout_margin_bottom">8dip</dimen>
<dimen name="im_bubble_layout_margin_side">10dip</dimen>
<dimen name="im_bubble_head_margin_horizontal">8dip</dimen>
<dimen name="im_bubble_padding_top">10dip</dimen>
......@@ -45,7 +39,6 @@
<dimen name="im_message_bottom_function_viewpager_height">220dp</dimen>
<dimen name="im_input_panel_image_margin_bottom">3dip</dimen>
<dimen name="im_input_panel_image_margin_top">20dip</dimen>
<dimen name="im_title_txt_sp">20sp</dimen>
<!-- map -->
<!--====================RES_AVCHAT====================-->
......@@ -56,47 +49,22 @@
<dimen name="im_avatar_notification_size">48dip</dimen>
<dimen name="im_avatar_max_size">60dip</dimen>
<dimen name="im_avatar_size_default">50dip</dimen>
<dimen name="im_avatar_size_in_session">40dip</dimen>
<dimen name="im_avatar_size_in_contact">30dip</dimen>
<!--====================RES_UIKIT====================-->
<!--====================RES_UIKIT====================-->
<!--====================RES_UIKIT====================-->
<!--字体大小部分-->
<dimen name="im_default_text_size_little">10sp</dimen>
<dimen name="im_default_text_size_small">12sp</dimen>
<dimen name="im_default_text_size">14sp</dimen>
<dimen name="im_default_text_size_big">16sp</dimen>
<dimen name="im_default_text_size_large">18sp</dimen>
<!--距离部分-->
<dimen name="im_default_dis_size_nano">2dp</dimen>
<dimen name="im_default_dis_size_micro">4dp</dimen>
<dimen name="im_default_dis_size_small">6dp</dimen>
<dimen name="im_default_dis_size">8dp</dimen>
<dimen name="im_default_dis_size_big">10dp</dimen>
<dimen name="im_default_dis_size_large">12dp</dimen>
<dimen name="im_default_dis_size_huge">14dp</dimen>
<dimen name="im_default_dis_size_huge_more">16dp</dimen>
<!--分割线粗细-->
<dimen name="im_divide_line_stroke_width">1px</dimen>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="im_activity_vertical_margin">16dp</dimen>
<dimen name="im_def_height">50dp</dimen>
<dimen name="im_dp_4">4dp</dimen>
<dimen name="im_dp_10">10dp</dimen>
<dimen name="im_dp_14">14dp</dimen>
<dimen name="im_dp_22">22dp</dimen>
<dimen name="im_dp_36">36dp</dimen>
<dimen name="im_dp_40">40dp</dimen>
<dimen name="im_dp_60">60dp</dimen>
<dimen name="im_dp_72">72dp</dimen>
<dimen name="im_sp_12">12sp</dimen>
<dimen name="im_sp_14">14sp</dimen>
<dimen name="im_sp_16">16sp</dimen>
</resources>
......@@ -102,20 +102,17 @@
<!--====================RES_UIKIT====================-->
<!--====================RES_UIKIT====================-->
<!--====================RES_UIKIT====================-->
<string name="im_clear_empty">清空</string>
<string name="im_iknow">知道了</string>
<string name="im_search">搜索</string>
<string name="im_remove">移除</string>
<string name="im_add">添加</string>
<string name="im_create">新建</string>
<string name="im_without_content">暂无</string>
<string name="im_close">关闭</string>
<string name="im_menu">菜单</string>
<string name="im_now_allow_space">不能含有空格</string>
<string name="im_readed">已读</string>
<string name="im_input_panel_photo">图 片</string>
<string name="im_input_panel_video">视 频</string>
<string name="im_input_panel_take">拍 摄</string>
<string name="im_repeat_download_message">重新下载?</string>
<string name="im_repeat_send_has_blank">重 发</string>
<string name="im_repeat_send_message">重发消息?</string>
......@@ -141,7 +138,6 @@
<!-- 语音 -->
<string name="im_record_audio">按住 说话</string>
<string name="im_record_audio_end">松开 结束</string>
<string name="im_sdcard_not_exist_error">请插入SD卡</string>
<string name="im_recording_error">录音失败,请重试</string>
<string name="im_recording_cancel">手指上滑,取消发送</string>
<string name="im_timer_default">00:00</string>
......@@ -149,8 +145,6 @@
<string name="im_recording_max_time">录音达到最大时间,是否发送?</string>
<!-- 拍照视频 -->
<string name="im_gallery_invalid">你的手机没有图库程序</string>
<string name="im_sdcard_not_enough_head_error">SD卡被拔出或存储空间不足,无法保存头像</string>
<string name="im_sdcard_not_enough_error">存储空间不足,无法保存此次多媒体消息</string>
<string name="im_download_video">正在下载视频</string>
<string name="im_download_video_fail">视频下载失败,请重试</string>
<string name="im_look_video_fail">无法播放该视频</string>
......@@ -246,29 +240,7 @@
<string name="im_team_update_failed">群头像设置失败</string>
<string name="im_reach_capacity">人数已达上限</string>
<!-- image picker -->
<string name="im_picker_image_preview">预览</string>
<string name="im_picker_image_send">发送</string>
<string name="im_picker_image_folder">相册</string>
<string name="im_picker_image_album_loading">相册加载中…</string>
<string name="im_picker_image_album_empty">相册中没有图片!</string>
<string name="im_picker_image_folder_info">共%d张</string>
<string name="im_picker_image_exceed_max_image_select">最多选择%d张图片!</string>
<string name="im_picker_image_send_select">完成(%d)</string>
<string name="im_picker_image_preview_original">发送原图</string>
<string name="im_picker_image_preview_original_select">发送原图(%s)</string>
<string name="im_picker_image_error">获取图片出错</string>
<string name="im_image_compressed_size">该原始图片大小为: %1$s,</string>
<string name="im_unknow_size">未知大小</string>
<string name="im_is_send_image">是否发送该原始图片?</string>
<string name="im_multi_image_compressed_size">原始图片总大小为: %1$s,</string>
<string name="im_is_send_multi_image">是否发送这些原始图片?</string>
<string name="im_waitfor_image_local">正在打开相册,请稍候\u2026</string>
<string name="im_recapture">重拍</string>
<string name="im_image_show_error">图片显示异常</string>
<string name="im_memory_out">内存不足</string>
<string name="im_choose_from_photo_album">从手机相册选择</string>
<string name="im_choose">选取</string>
<string name="im_crop">裁剪</string>
<string name="im_download_picture_fail">图片下载失败</string>
<string name="im_chat_private_title">私聊须知</string>
<string name="im_chat_pivate_content">如系统检测到涉黄、涉爆、涉政等信息,可能会封号处理并追究法律责任!</string>
......
......@@ -49,17 +49,6 @@
<!--====================RES_AVCHAT====================-->
<!-- 黑色主题 -->
<style name="DarkTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/im_color_black_333333</item>
<item name="colorPrimaryDark">@color/im_black</item>
<item name="colorAccent">@color/im_color_blue_0888ff</item>
<item name="actionBarSize">@dimen/im_action_bar_height</item>
<item name="android:textColorPrimary">@color/im_white</item>
<item name="toolbarNavigationButtonStyle">@style/myToolbarNavigationButtonStyle</item>
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
<!--====================RES_UIKIT====================-->
<!--====================RES_UIKIT====================-->
......
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="#000000" android:state_enabled="true" />
<item android:color="#66000000" android:state_enabled="false"/>
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:exitFadeDuration="@android:integer/config_shortAnimTime">
<solid android:color="@color/im_color_FF5040" />
<size
android:width="4dp"
android:height="4dp" />
<corners android:radius="2dp" />
</shape>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners
android:bottomRightRadius="6dp"
android:topLeftRadius="6dp" />
<solid android:color="@color/platform_color_FF6633" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#E5F5FF"/>
<corners android:radius="10dp"/>
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="3dp"></corners>
<gradient
android:angle="270"
android:startColor="#FF406C"
android:endColor="#FF7A5C"/>
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/im_color_green_disable" android:state_pressed="true"></item>
<item android:drawable="@color/im_color_green_disable" android:state_enabled="false"></item>
<item android:drawable="@color/im_color_green_00d3a9"></item>
</selector>
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/im_nim_emoji_ck_bg" />
<item android:state_pressed="false" android:drawable="@android:color/transparent" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/im_nim_picker_preview_pressed" android:state_pressed="true"></item>
<item android:drawable="@drawable/im_nim_picker_preview_disable" android:state_enabled="false"></item>
<item android:drawable="@drawable/im_nim_picker_preview_normal"></item>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/im_action_bar_black_title_1f1f1f" android:state_pressed="true"></item>
<item android:drawable="@color/im_action_bar_black_title_color"></item>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/im_color_split_line_d9d9d9" android:state_pressed="true"></item>
<item android:drawable="@color/im_white"></item>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:width="@dimen/im_split_one_pixels">
<shape android:shape="rectangle" >
<solid android:color="@color/im_color_split_line_d9d9d9" />
</shape>
</item>
<item android:left="@dimen/im_split_one_pixels">
<shape android:shape="rectangle" >
<solid android:color="@color/im_white" />
</shape>
</item>
</layer-list>
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:width="@dimen/im_split_one_pixels">
<shape android:shape="rectangle" >
<solid android:color="@color/im_color_split_line_d9d9d9" />
</shape>
</item>
<item android:left="@dimen/im_split_one_pixels">
<shape android:shape="rectangle" >
<solid android:color="@color/im_color_split_line_d9d9d9" />
</shape>
</item>
</layer-list>
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/im_nim_moon_page_selected" android:state_selected="true"/>
<item android:drawable="@drawable/im_nim_moon_page_unselected"/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 圆角 -->
<corners android:radius="20dp" />
<stroke
android:width="1dp"
android:color="#3fca69" />
<solid android:color="#ffffff" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right|center"
android:gravity="center_vertical"
android:minHeight="@dimen/im_action_bar_height"
android:orientation="vertical"
android:paddingRight="10dp" >
<ImageButton
android:id="@+id/picker_image_preview_photos_select"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:background="@null"
android:contentDescription="@string/im_empty"
android:src="@drawable/im_nim_picker_preview_unselected" />
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.design.widget.AppBarLayout
android:id="@+id/app_bar_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="@style/AppTheme.AppBarOverlay"
app:elevation="0dp">
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:titleTextAppearance="@style/Toolbar.TitleText">
</android.support.v7.widget.Toolbar>
</android.support.design.widget.AppBarLayout>
<com.yidianling.nimbase.common.ui.imageview.CropImageView
android:id="@+id/cropable_image_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/app_bar_layout" />
<LinearLayout
android:id="@+id/yixin_profile_buddy_operations"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:orientation="horizontal">
<RelativeLayout
android:id="@+id/cancel_btn"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@drawable/im_nim_align_bottom_green_btn_selector"
android:clickable="true"
android:descendantFocusability="beforeDescendants"
android:minHeight="50dp"
android:onClick="onClick">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:clickable="false"
android:text="@string/im_cancel"
android:textColor="@color/im_white"
android:textSize="17sp" />
</RelativeLayout>
<View
android:layout_width="2px"
android:layout_height="fill_parent"
android:background="@color/im_split_line_grey_color_d9d9d9"></View>
<RelativeLayout
android:id="@+id/ok_btn"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@drawable/im_nim_align_bottom_green_btn_selector"
android:clickable="true"
android:descendantFocusability="beforeDescendants"
android:minHeight="50dp"
android:onClick="onClick">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:clickable="false"
android:text="@string/im_choose"
android:textColor="@color/im_white"
android:textSize="17sp" />
</RelativeLayout>
</LinearLayout>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/easy_alert_dialog_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="@color/im_white" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<include
android:id="@+id/easy_dialog_title_view"
layout="@layout/im_nim_easy_alert_dialog_title" />
<TextView
android:id="@+id/easy_dialog_message_text_view"
style="@style/dialog_message_text_style"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/easy_dialog_message_2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="right"
android:paddingBottom="@dimen/im_dialog_text_margin_horizontal"
android:paddingRight="@dimen/im_dialog_text_margin_horizontal"
android:textColor="@color/im_color_black_333333"
android:textSize="@dimen/im_very_samll_text_size"
android:visibility="gone" />
<include layout="@layout/im_nim_easy_alert_dialog_bottom_button" />
</LinearLayout>
</ScrollView>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="6dp"
android:paddingBottom="8dip" >
<ImageView
android:id="@+id/imgEmoji"
android:layout_width="28dip"
android:layout_height="28dip"
android:layout_centerHorizontal="true" >
</ImageView>
</RelativeLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@+id/emojiLayout"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/white"
android:orientation="vertical"
android:visibility="visible">
<View
android:id="@+id/top_divider_line"
android:layout_height="2px"
android:layout_width="match_parent"
android:background="@color/im_color_gray_d9d9d9"
android:visibility="gone"/>
<android.support.v4.view.ViewPager
android:id="@+id/scrPlugin"
android:layout_width="fill_parent"
android:layout_height="180dp"
android:layout_marginBottom="4dp"
android:layout_marginTop="4dp"
android:overScrollMode="never"
android:scrollbars="none"/>
<LinearLayout
android:id="@+id/layout_scr_bottom"
android:layout_width="fill_parent"
android:layout_height="8dp"
android:layout_marginBottom="4dp"
android:gravity="center"
android:orientation="horizontal"></LinearLayout>
<View style="@style/horizontal_light_thin_divider"/>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<HorizontalScrollView
android:id="@+id/emoj_tab_view_container"
android:layout_width="0dip"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@android:color/white"
android:scrollbars="none">
<LinearLayout
android:id="@+id/emoj_tab_view"
android:layout_width="wrap_content"
android:layout_height="44dp"
android:orientation="horizontal">
</LinearLayout>
</HorizontalScrollView>
</LinearLayout>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<ProgressBar
android:id="@+id/refresh_loading_indicator"
style="?android:attr/progressBarStyleSmall"
android:layout_width="18dp"
android:layout_height="18dp"
android:visibility="gone"/>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clickable="true">
<LinearLayout
android:id="@+id/menu_dialog_items_root"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:orientation="vertical"
android:background="@color/im_white">
</LinearLayout>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/menu_button_click_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clickable="true"
android:background="@drawable/im_nim_list_item_selector"
android:orientation="vertical">
<View
android:id="@+id/divider_line"
style="@style/horizontal_light_thin_divider"
android:background="@color/im_color_b3b3b3"/>
<TextView
android:id="@+id/menu_button"
style="@style/dialog_button_text_style"
android:layout_centerHorizontal="true"
android:layout_below="@id/divider_line"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:text="@string/im_empty"/>
<ImageView
android:id="@+id/menu_select_icon"
android:layout_marginRight="10dip"
android:layout_centerVertical="true"
android:layout_toLeftOf="@id/menu_button"
android:background="@drawable/im_nim_picker_image_selected"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone"/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="@dimen/platform_dp_40">
<LinearLayout
android:id="@+id/load_more_loading_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="horizontal">
<ProgressBar
android:id="@+id/loading_progress"
style="?android:attr/progressBarStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</LinearLayout>
<FrameLayout
android:id="@+id/load_more_load_fail_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone">
<TextView
android:id="@+id/tv_prompt"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="@string/im_load_failed"/>
</FrameLayout>
<FrameLayout
android:id="@+id/load_more_load_end_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="@string/im_load_end"
android:textColor="@android:color/darker_gray"/>
</FrameLayout>
</FrameLayout>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/im_transparent"
android:orientation="vertical">
<android.support.design.widget.AppBarLayout
android:id="@+id/app_bar_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="@style/AppTheme.AppBarOverlay"
app:elevation="0dp">
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:titleTextAppearance="@style/Toolbar.TitleText">
</android.support.v7.widget.Toolbar>
</android.support.design.widget.AppBarLayout>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/im_white">
<android.support.design.widget.AppBarLayout
android:id="@+id/app_bar_layout"
android:layout_width="match_parent"
android:layout_height="50dp"
android:theme="@style/AppTheme.AppBarOverlay"
app:elevation="0dp">
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:titleTextAppearance="@style/Toolbar.TitleText">
</android.support.v7.widget.Toolbar>
</android.support.design.widget.AppBarLayout>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/app_bar_layout"
android:layout_above="@+id/picker_bottombar">
<FrameLayout
android:id="@+id/picker_album_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="visible" />
<FrameLayout
android:id="@+id/picker_photos_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone" />
</FrameLayout >
<RelativeLayout
android:id="@+id/picker_bottombar"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_alignParentBottom="true"
android:background="#e6e6e6"
android:visibility="visible">
<TextView
android:id="@+id/picker_bottombar_preview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:enabled="false"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"
android:background="@drawable/im_nim_picker_preview_btn_selector"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:paddingLeft="8dip"
android:paddingRight="8dip"
android:gravity="center"
android:text="@string/im_picker_image_preview"
android:textColor="@color/im_color_picker_preview_selector"
android:textSize="14.0sp"
android:visibility="visible" />
<TextView
android:id="@+id/picker_bottombar_select"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"
android:background="@drawable/im_nim_message_button_bottom_send_selector"
android:enabled="false"
android:gravity="center"
android:paddingLeft="8dip"
android:paddingRight="8dip"
android:text="@string/im_picker_image_send"
android:textColor="@color/im_white"
android:textSize="14.0sp"
android:visibility="visible" />
</RelativeLayout>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@color/im_white">
<LinearLayout
android:id="@+id/picker_image_folder_loading"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:gravity="center_horizontal"
android:orientation="vertical" >
<TextView
android:id="@+id/picker_image_folder_loading_tips"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/im_picker_image_album_loading"
android:textSize="16sp"
android:textColor="@color/im_color_grey_999999" />
<TextView
android:id="@+id/picker_image_folder_loading_empty"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/im_picker_image_album_empty"
android:textSize="16sp"
android:textColor="@color/im_color_grey_999999"
android:visibility="gone"/>
</LinearLayout>
<ListView
android:id="@+id/picker_image_folder_listView"
style="@style/list_view"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:divider="@color/im_color_split_line_d9d9d9"
android:dividerHeight="1dip"
android:listSelector="@color/im_transparent"
android:cacheColorHint="@color/im_transparent"/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/picker_image_preview_root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/im_black"
android:orientation="vertical">
<com.yidianling.nimbase.common.ui.widget.FixBugsViewPager
android:id="@+id/picker_image_preview_viewpager"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
<LinearLayout
android:id="@+id/picker_image_preview_operator_bar"
android:layout_width="fill_parent"
android:layout_height="50dp"
android:layout_gravity="bottom"
android:background="#e6e6e6"
android:orientation="horizontal">
<ImageButton
android:id="@+id/picker_image_preview_orignal_image"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_marginLeft="10dp"
android:background="@null"
android:src="@drawable/im_nim_picker_orignal_normal" />
<TextView
android:id="@+id/picker_image_preview_orignal_image_tip"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_marginLeft="7dp"
android:gravity="center_vertical"
android:text="@string/im_picker_image_preview_original"
android:textColor="#999999"
android:textSize="14sp" />
<View
android:id="@+id/holder"
android:layout_width="0.0dip"
android:layout_height="fill_parent"
android:layout_weight="1.0" />
<TextView
android:id="@+id/picker_image_preview_send"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right|center_vertical"
android:layout_marginRight="10dip"
android:background="@drawable/im_nim_message_button_bottom_send_selector"
android:enabled="true"
android:gravity="center_vertical"
android:paddingLeft="8dip"
android:paddingRight="8dip"
android:text="@string/im_picker_image_send"
android:textColor="@color/im_white"
android:textSize="14sp" />
</LinearLayout>
<android.support.design.widget.AppBarLayout
android:id="@+id/app_bar_layout"
android:layout_width="match_parent"
android:layout_height="50dp"
android:theme="@style/AppTheme.AppBarOverlay"
app:elevation="0dp">
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:titleTextAppearance="@style/Toolbar.TitleText">
<include layout="@layout/im_nim_action_bar_right_picker_preview" />
</android.support.v7.widget.Toolbar>
</android.support.design.widget.AppBarLayout>
</FrameLayout>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/im_white" >
<GridView
android:id="@+id/picker_images_gridview"
style="@style/grid_view"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:horizontalSpacing="2dp"
android:listSelector="@color/im_transparent"
android:numColumns="4"
android:verticalSpacing="2dp"
android:fastScrollEnabled="false">
</GridView>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@android:color/transparent">
<ImageView
android:id="@+id/picker_photo_grid_item_img"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:contentDescription="@null"
android:scaleType="centerCrop"/>
<RelativeLayout
android:id="@+id/picker_photo_grid_item_select_hotpot"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|right">
<ImageView
android:id="@+id/picker_photo_grid_item_select"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:contentDescription="@null"
android:layout_margin="5dp"/>
</RelativeLayout>
</FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="horizontal"
android:paddingLeft="5dp"
android:paddingRight="10dp">
<ImageView
android:id="@+id/picker_photofolder_cover"
android:layout_width="75dp"
android:layout_height="75dp"
android:layout_margin="5dp"
android:background="@null"
android:contentDescription="@null"
android:scaleType="centerCrop" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_margin="5dp" >
<TextView
android:id="@+id/picker_photofolder_info"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:textColor="@color/im_color_black_333333"
android:textIsSelectable="false"
android:textSize="16sp"
android:textStyle="bold" />
<TextView
android:id="@+id/picker_photofolder_num"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:singleLine="true"
android:textColor="@color/im_color_grey_999999"
android:textIsSelectable="false"
android:textSize="14sp" />
</LinearLayout>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingBottom="@dimen/im_split_one_pixels"
android:paddingRight="15dip" >
<com.yidianling.nimbase.common.ui.popupmenu.PopupMenuListView
android:id="@+id/popmenu_listview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@color/im_black"
android:divider="@color/im_black"
android:dividerHeight="1px" >
</com.yidianling.nimbase.common.ui.popupmenu.PopupMenuListView>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/im_split_one_pixels"
android:paddingRight="15dip"
android:paddingTop="@dimen/im_split_one_pixels" >
<com.yidianling.nimbase.common.ui.popupmenu.PopupMenuListView
android:id="@+id/popmenu_listview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/im_nim_popup_menu_bg"
android:divider="@color/im_color_split_line_d9d9d9"
android:dividerHeight="1px" >
</com.yidianling.nimbase.common.ui.popupmenu.PopupMenuListView>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/im_nim_popup_menu_item_black_selector"
android:minHeight="44dip"
android:paddingLeft="10dp"
android:paddingRight="25dp" >
<ImageView
android:id="@+id/popup_menu_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="15dip"
android:layout_marginRight="15dip"
android:contentDescription="@string/im_empty" />
<TextView
android:id="@+id/popup_menu_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toRightOf="@+id/popup_menu_icon"
android:ellipsize="end"
android:singleLine="true"
android:textColor="@color/im_white"
android:textSize="17sp" />
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/im_nim_popup_menu_item_selector"
android:minHeight="44dip"
android:paddingLeft="10dip"
android:paddingRight="25dip" >
<ImageView
android:id="@+id/popup_menu_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="15dip"
android:layout_marginRight="15dip"
android:contentDescription="@string/im_empty" />
<TextView
android:id="@+id/popup_menu_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toRightOf="@+id/popup_menu_icon"
android:ellipsize="end"
android:singleLine="true"
android:textColor="@color/im_black"
android:textSize="17sp" />
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:background="@color/im_black"
android:orientation="vertical">
<android.support.design.widget.AppBarLayout
android:id="@+id/app_bar_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="@style/AppTheme.AppBarOverlay"
app:elevation="0dp">
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:titleTextAppearance="@style/Toolbar.TitleText">
<include layout="@layout/im_nim_action_bar_right_clickable_tv" />
</android.support.v7.widget.Toolbar>
</android.support.design.widget.AppBarLayout>
<ImageView
android:id="@+id/imageViewPreview"
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="1"
android:contentDescription="@string/im_empty" />
<LinearLayout
android:layout_marginBottom="20dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<Button
android:id="@+id/edit_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"
android:background="@drawable/im_nim_message_button_bottom_send_selector"
android:gravity="center"
android:text="编辑"
android:textColor="@color/im_white"
android:textSize="17sp"/>
<Space
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="1"/>
<Button
android:id="@+id/buttonSend"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"
android:background="@drawable/im_nim_message_button_bottom_send_selector"
android:gravity="center"
android:text="@string/im_send"
android:textColor="@color/im_white"
android:textSize="17sp" />
</LinearLayout>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/send_orignal_picture_root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/im_black"
android:orientation="vertical" >
<im.yixin.ui.CustomViewPager
android:id="@+id/viewPagerImage"
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="1" />
<LinearLayout
android:id="@+id/picker_image_preview_operator_bar"
android:layout_width="fill_parent"
android:layout_height="50dp"
android:layout_gravity="bottom"
android:background="#e6e6e6"
android:orientation="horizontal" >
<ImageButton
android:id="@+id/picker_image_preview_orignal_image"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_marginLeft="10dp"
android:background="@null"
android:src="@drawable/im_nim_picker_orignal_normal" />
<TextView
android:id="@+id/picker_image_preview_orignal_image_tip"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_marginLeft="7dp"
android:gravity="center_vertical"
android:text="@string/im_picker_image_preview_original"
android:textColor="#999999"
android:textSize="14sp" />
<View
android:id="@+id/holder"
android:layout_width="0.0dip"
android:layout_height="fill_parent"
android:layout_weight="1.0" />
<TextView
android:id="@+id/buttonSend"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right|center_vertical"
android:layout_marginRight="10dip"
android:background="@drawable/im_nim_message_button_bottom_send_selector"
android:enabled="true"
android:gravity="center_vertical"
android:paddingLeft="8dip"
android:paddingRight="8dip"
android:text="@string/im_picker_image_send"
android:textColor="@color/im_white"
android:textSize="14sp" />
</LinearLayout>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mail_view_content_layout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#000000"
android:gravity="center"
android:orientation="vertical" >
<com.yidianling.nimbase.common.ui.imageview.MultiTouchZoomableImageView
android:id="@+id/imageView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:scaleType="matrix" />
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mail_view_content_layout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#000000"
android:gravity="center"
android:orientation="vertical" >
<com.yidianling.nimbase.common.ui.imageview.MultiTouchZoomableImageView
android:id="@+id/imageView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:scaleType="matrix" />
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="90dp"
android:paddingTop="4dp"
android:paddingBottom="2dp"
android:paddingLeft="10dp"
android:paddingRight="10dp">
<TextView
android:id="@+id/sticker_desc_label"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:textSize="13sp"
android:textColor="@color/im_black"
android:maxLines="1"
android:ellipsize="end"
android:gravity="center_horizontal"
android:scrollHorizontally="false"/>
<ImageView
android:id="@+id/sticker_thumb_image"
android:layout_width="64dp"
android:layout_height="64dp"
android:layout_marginBottom="4dp"
android:layout_above="@+id/sticker_desc_label"
android:adjustViewBounds="true"
android:layout_centerInParent="true" />
</RelativeLayout>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-path name="external_files" path="."/>
</paths>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_pressed="true">
<shape android:shape="rectangle">
<stroke android:width="1dp" android:color="@color/platform_main_theme" />
<corners android:radius="100dp"/>
<solid android:color="#cacaca"/>
</shape>
</item>
<item android:state_enabled="true" android:state_pressed="false">
<shape android:shape="rectangle">
<stroke android:width="1dp" android:color="@color/platform_main_theme" />
<corners android:radius="100dp"/>
<solid android:color="@color/white"/>
</shape>
</item>
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_pressed="true">
<shape android:shape="rectangle">
<corners android:radius="100dp"/>
<solid android:color="@color/platform_main_theme"/>
</shape>
</item>
<item android:state_enabled="true" android:state_pressed="false">
<shape android:shape="rectangle">
<corners android:radius="100dp"/>
<solid android:color="@color/platform_main_theme"/>
</shape>
</item>
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_pressed="true">
<color android:color="@color/platform_main_theme" />
</item>
<item android:state_enabled="true" android:state_pressed="false">
<color android:color="@color/platform_main_theme" />
</item>
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true" android:drawable="@drawable/tests_ic_test_checked"/>
<item android:state_checked="false" android:drawable="@drawable/tests_ic_test_unchecked"/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<size
android:width="1dp"
android:height="1dp" />
<solid android:color="@color/tests_colorDivider" />
</shape>
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/background">
<shape>
<solid android:color="#dddddd" />
</shape>
</item>
<item android:id="@android:id/secondaryProgress">
<clip>
<shape>
<solid android:color="@color/platform_main_theme" />
</shape>
</clip>
</item>
<item android:id="@android:id/progress">
<clip>
<shape>
<solid android:color="@color/platform_main_theme" />
</shape>
</clip>
</item>
</layer-list>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:padding="6dp"
android:layout_height="wrap_content">
<TextView
android:id="@+id/tvName"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:layout_marginTop="8dp"
android:text="维度"
android:textAlignment="center"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/tvAverage"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintHorizontal_chainStyle="spread_inside"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tvAverage"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:layout_marginTop="8dp"
android:text="平均分"
android:textAlignment="center"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/tvTotal"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toEndOf="@+id/tvName"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tvTotal"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:layout_marginTop="8dp"
android:text="得分"
android:textAlignment="center"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toEndOf="@+id/tvAverage"
app:layout_constraintTop_toTopOf="parent" />
</android.support.constraint.ConstraintLayout>
\ No newline at end of file
......@@ -2,9 +2,6 @@
<resources>
<color name="tests_color_grey_888888">#888888</color>
<color name="tests_colorDivider">#ebebeb</color>
<color name="tests_color_black_333333">#333333</color>
<color name="tests_color_black_ff999999">#999999</color>
<color name="tests_testhome_line">#F0F0F0</color>
<color name="tests_testhome_title">#666</color>
</resources>
<resources >
<string name="tests_app_name">tests</string>
<string name="tests_start_test" >立即测试</string>
<string name="tests_test_result">测试结果</string>
<string name="tests_test_again">重新测试</string>
<string name="tests_send_to_expert">专家解读</string>
<string name="tests_test_answer">测试回答</string>
<string name="tests_introduction">说明</string>
<string name="tests_last_question">上一题</string>
<string name="tests_no_test_record_hint">还没有测试记录哦</string>
<string name="tests_recommend_test">推荐测试</string>
<string name="tests_test_count">%d人测过</string>
<string name="tests_questions">%d个问题</string>
<string name="tests_wrong_args">参数异常</string>
<string name="tests_no_search_keyword_hint">请输入关键字</string>
<string name="tests_gson_parse_error">解析错误</string>
<string name="tests_test_either">我也要测试</string>
<string name="tests_dialog_loading">加载中…</string>
<string name="tests_load_end">没有更多了</string>
<string name="tests_loading">正在加载中…</string>
<string name="tests_search">搜索</string>
<string name="tests_testdetail_tips">*温馨提示:测评报告生成后不可重复测试</string>
<string name="tests_testhome_dailychange">换一换</string>
<string name="tests_testhome_just">刚刚</string>
<string name="tests_testhome_test">测试了</string>
......
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke android:width="0.5dp" android:color="#999999"/>
<corners android:radius="22dp" />
</shape>
\ No newline at end of file
<resources xmlns:tools="http://schemas.android.com/tools">
<!--字体大小部分-->
<dimen name="user_default_text_size_small">12sp</dimen>
<dimen name="user_default_text_size">14sp</dimen>
<dimen name="user_default_text_size_big">16sp</dimen>
<dimen name="user_default_text_size_large">18sp</dimen>
<!--距离部分-->
<dimen name="user_default_dis_size_micro">4dp</dimen>
<dimen name="user_default_dis_size_small">6dp</dimen>
<dimen name="user_default_dis_size">8dp</dimen>
<dimen name="user_default_dis_size_big">10dp</dimen>
<dimen name="user_default_dis_size_large">12dp</dimen>
<dimen name="user_default_dis_size_huge">14dp</dimen>
<!--分割线粗细-->
<dimen name="user_divide_line_stroke_width">1px</dimen>
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- google color-->
<color name="user_google_yellow">#fdbd00</color>
<!--app主要颜色-->
<color name="user_white">#ffffff</color>
<color name="user_theme_bg">#FAFAFA</color>
<color name="user_default_text_color">#555555</color>
<color name="user_default_text_color_hint">#333333</color>
<color name="user_divide_color">#EDEDED</color>
<color name="user_place_holder_color">#DDDDDD</color>
<color name="user_transparent">#00FFFFFF</color>
<color name="user_price_color">#EC7100</color>
<color name="user_tag_text">#777777</color>
<color name="user_f5f5f5">#f5f5f5</color>
<color name="user_c8c8c8">#c8c8c8</color>
<color name="user_black_deep">#FF000000</color>
<!--最后删除-->
<color name="user_colorTextDefault">#555555</color>
<!--最后删除-->
<!-- main bg color -->
......@@ -30,13 +16,8 @@
<!-- contact -->
<!-- setting -->
<color name="user_color_black_ff666666">#ff666666</color>
<!--云信 end-->
<color name="user_text_gray">#B6B6B6</color>
<color name="user_title_bottom_line_bg">#DDDDDD</color>
<!--动态-->
<!--动态顶部title背景变色-->
......
......@@ -7,7 +7,6 @@
<!-- map -->
<dimen name="user_text_size_12">12sp</dimen>
<dimen name="user_text_size_15">15sp</dimen>
......
<resources>
<string name="user_attend_course_success">报名成功</string>
<string name="user_theme">主题</string>
<string name="user_area">地区</string>
<string name="user_sort">排序</string>
<string name="user_filter">筛选</string>
<string name="user_reset">重置</string>
<string name="user_confirm">确定</string>
<string name="user_no_more">没有更多了</string>
<string name="user_no_search_result">没有符合条件的内容</string>
<string name="user_search_by_category">按主题搜索看看</string>
<string name="user_search_hint">搜索话题、咨询师姓名</string>
<string name="user_need_storage_permission_hint">App正常工作需要内部存储使用权限,请开启</string>
<string name="user_user_protocol">用户协议</string>
<string name="user_next_step">下一步</string>
<string name="user_finish">完成</string>
<string name="user_nickname_hint">设置一个昵称,方便大家认识你哦(最多10个字)</string>
<string name="user_please_select_gender">请选择性别</string>
<string name="user_register_success">注册成功</string>
<string name="user_private_safe_hint">设置手势密码,保障安全隐私</string>
<string name="user_gson_parse_error">解析错误</string>
<!--网络提示模块-->
<string name="user_network_error">请检查网络连接!</string>
<string name="user_timeout">网络超时!</string>
<string name="user_httperror">请求失败</string>
<!--动态模块-->
<string name="user_dialog_loading">加载中…</string>
<string name="user_edittext_hint"></string>
......
......@@ -26,7 +26,6 @@
<color name="pay_color_242424">#242424</color>
<color name="pay_color_E0E0E0">#E0E0E0</color>
<color name="pay_color_EBEBEB">#EBEBEB</color>
<color name="pay_color_666666">#666666</color>
<color name="pay_color_F7F7F7">#F7F7F7</color>
<color name="pay_color_FFFFFF">#FFFFFF</color>
......
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="3dp" />
<solid android:color="#115681" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="3dp" />
<solid android:color="@color/platform_main_theme" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="3dp" />
<solid android:color="#115681" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="270"
android:endColor="#99000000"
android:startColor="#00000000" />
</shape>
\ No newline at end of file
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#1da1f2"
android:pathData="M9,16.17L4.83,12l-1.42,1.41L9,19 21,7l-1.41,-1.41z"
tools:ignore="VectorRaster" />
</vector>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="10dp" />
<solid android:color="@color/platform_color_99000000" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="vertical">
<com.umeng.socialize.shareboard.SocializeImageView
android:id="@+id/socialize_image_view"
android:layout_width="50dp"
android:layout_height="50dp"
android:padding="5dp"
android:src="@drawable/platform_umeng_socialize_menu_default" />
<TextView
android:id="@+id/socialize_text_view"
android:layout_width="63dp"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:ellipsize="end"
android:singleLine="true"
android:text="未知"
android:textSize="12sp" />
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<size
android:width="17dp"
android:height="17dp" />
<stroke android:color="@color/platform_white" android:width="6dp"/>
<solid android:color="@color/platform_color_FFDB26" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/background">
<shape>
<corners android:radius="3dp" />
<solid android:color="#C6CACE" />
</shape>
</item>
<item android:id="@android:id/secondaryProgress">
<clip>
<shape>
<corners android:radius="3dp" />
<solid android:color="#ECF0F1" />
</shape>
</clip>
</item>
<item android:id="@android:id/progress">
<clip>
<shape>
<corners android:radius="3dp" />
<solid android:color="@color/platform_color_FFDB26" />
</shape>
</clip>
</item>
</layer-list>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.Space
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_height="0px"/>
\ No newline at end of file
......@@ -103,13 +103,9 @@
1% — 03
0% — 00-->
<color name="platform_msg_system_press">#fff7f7f7</color>
<color name="platform_msg_bg_press">#eeeeeeee</color>
<color name="platform_colorDivider">#ebebeb</color>
<color name="platform_color_1DA1F2">#1DA1F2</color>
<color name="platform_new_divide_color">#f0f0f0</color>
<color name="platform_white">#ffffff</color>
<color name="platform_theme_title_bar_color">#FFFFFF</color>
<color name="platform_theme_bg">#FAFAFA</color>
<color name="platform_default_text_color">#555555</color>
<color name="platform_default_text_color_hint">#333333</color>
......@@ -117,80 +113,39 @@
<color name="platform_place_holder_color">#DDDDDD</color>
<color name="platform_transparent">#00FFFFFF</color>
<color name="platform_price_color">#EC7100</color>
<color name="platform_thx_red_color">#EB5835</color>
<color name="platform_tag_text">#777777</color>
<color name="platform_f5f5f5">#f5f5f5</color>
<color name="platform_fffaec">#fffaec</color>
<color name="platform_bebebe">#bebebe</color>
<color name="platform_color_grey_999999">#999999</color>
<color name="platform_black_deep">#FF000000</color>
<color name="platform_colorTextDefault">#555555</color>
<color name="platform_gray7">#c5c4c4</color>
<color name="platform_color_message_default_bg">#e9ecf0</color>
<color name="platform_input_panel_text_color_757572">#757572</color>
<color name="platform_color_gray_cbd0d8">#cbd0d8</color>
<color name="platform_color_split_line_d9d9d9">#d9d9d9</color>
<color name="platform_color_split_line_cccccc">#cccccc</color>
<color name="platform_line">#e5e5e5</color>
<color name="platform_contact_list_hover">#d9d9d9</color>
<color name="platform_contact_letter_idx_bg">#33000000</color>
<color name="platform_color_grey_ababab">#ababab</color>
<color name="platform_color_yellow_796413">#796413</color>
<color name="platform_color_red_f04c62">#f04c62</color>
<color name="platform_color_black_ff333333">#ff333333</color>
<color name="platform_color_black_ff666666">#ff666666</color>
<color name="platform_color_black_ff999999">#999999</color>
<color name="platform_text_gray">#B6B6B6</color>
<color name="platform_title_bottom_line_bg">#DDDDDD</color>
<color name="platform_color_activity_blue_bg">#389fff</color>
<color name="platform_split_line_grey_color_d9d9d9">#D9D9D9</color>
<color name="platform_color_black_333333">#333333</color>
<color name="platform_main_bg_color">#FFFFFF</color>
<color name="platform_black">#000000</color>
<color name="platform_grey">#333333</color>
<color name="platform_color_blue_0888ff">#0888ff</color>
<color name="platform_color_gray_d9d9d9">#d9d9d9</color>
<color name="platform_grey_white_has_alpha">#66FAFAFA</color>
<color name="platform_color_grey_888888">#888888</color>
<color name="platform_GreyWhite">#F7F7F7</color>
<color name="platform_im_list_select_hover">#dbdbdb</color>
<color name="platform_color_b3b3b3">#b3b3b3</color>
<color name="platform_color_black_b3000000">#b3000000</color>
<color name="platform_color_grey_eaeaea">#eaeaea</color>
<color name="platform_color_blue_3a9efb">#3a9efb</color>
<color name="platform_defult_bg">#f3f3f3</color>
<color name="platform_text_trend_defult">#999999</color>
<color name="platform_text_trend_black">#444444</color>
<color name="platform_text_trend_title_black">#333333</color>
<color name="platform_text_user">#5195cb</color>
<color name="platform_trend_transparent">#00ffffff</color>
<color name="platform_trend_gray">#f3f3f3</color>
<color name="platform_color_grey_555555">#555555</color>
<color name="platform_color_background">#ECF1F5</color>
<color name="platform_bg_top_msg">#f3f3f3</color>
<color name="platform_color_grey_d0d0d0">#d0d0d0</color>
<color name="platform_color_F5F5F8">#F5F5F8</color>
<color name="platform_color_F5F5F5">#F5F5F5</color>
<color name="platform_color_666666">#666666</color>
<color name="platform_color_50ffffff">#B3ffffff</color>
<color name="platform_color_FFA061">#FFA061</color>
<color name="platform_color_F79554">#F79554</color>
<color name="platform_color_0CC1F7">#990CC1F7</color>
<color name="platform_color_3D3D3D">#3D3D3D</color>
<color name="platform_color_E0E0E0">#E0E0E0</color>
<color name="platform_color_F0F0F0">#F0F0F0</color>
<color name="platform_color_999999">#999999</color>
<color name="platform_color_333333">#333333</color>
<color name="platform_color_FF4650">#FF4650</color>
<color name="platform_color_FF6759">#FF6759</color>
<color name="platform_color_F6F6F6">#F6F6F6</color>
<color name="platform_color_FF5B05">#FF5B05</color>
<color name="platform_color_FFBA15">#FFBA15</color>
<color name="platform_color_FF9500">#FF9500</color>
<color name="platform_color_FF5040">#FF5040</color>
<color name="platform_color_FFEBE0">#FFEBE0</color>
<color name="platform_color_80353535">#CC353535</color>
<color name="platform_color_40353535">#66353535</color>
<color name="platform_color_30FFFFFF">#4DFFFFFF</color>
<color name="platform_color_20FFFFFF">#33FFFFFF</color>
<color name="platform_color_50FFFFFF">#80FFFFFF</color>
......@@ -199,7 +154,6 @@
<color name="platform_color_32D296">#32D296</color>
<color name="platform_color_444444">#444444</color>
<color name="platform_color_42C1FF">#42C1FF</color>
<color name="platform_color_151DA1F2">#261DA1F2</color>
<color name="platform_color_242424">#242424</color>
<color name="platform_color_FAFAFA">#FAFAFA</color>
<color name="platform_color_878787">#878787</color>
......@@ -207,43 +161,24 @@
<color name="platform_color_FC5F5E">#FC5F5E</color>
<color name="platform_color_FF8863">#FF8863</color>
<color name="platform_color_FD6C60">#FD6C60</color>
<color name="platform_color_FFD814">#FFD814</color>
<color name="platform_color_FFFFFF">#ffffff</color>
<color name="platform_color_ACACAC">#ACACAC</color>
<color name="platform_color_FF6633">#FF6633</color>
<color name="platform_color_BFBFBF">#BFBFBF</color>
<color name="platform_color_FFEEE6">#FFEEE6</color>
<color name="platform_color_f3f3f3">#f3f3f3</color>
<color name="platform_color_0D1A30">#0D1A30</color>
<color name="platform_color_FDD33D">#FDD33D</color>
<color name="platform_color_c6c3c3">#C6C3C3</color>
<color name="platform_color_33000000">#33000000</color>
<color name="platform_color_2EB0FF">#2EB0FF</color>
<color name="platform_color_075b66">#075b66</color>
<color name="platform_color_E6E6E6">#E6E6E6</color>
<color name="platform_color_34CD65">#34CD65</color>
<color name="platform_color_3DBEF5">#3DBEF5</color>
<color name="platform_color_F4F4F4">#F4F4F4</color>
<color name="platform_color_FFDB26">#FFDB26</color>
<color name="platform_color_8CF22318">#8CF22318</color>
<color name="platform_color_CCCCCC">#CCCCCC</color>
<color name="platform_color_FF5A4C">#FF5A4C</color>
<color name="platform_color_5FF5A4C">#0DFF5A4C</color>
<color name="platform_color_60FF5A4C">#99FF5A4C</color>
<color name="platform_color_222222">#222222</color>
<color name="platform_color_EBEBEB">#EBEBEB</color>
<color name="platform_color_FFDD33">#FFDD33</color>
<color name="platform_color_FFC000">#FFC000</color>
<color name="platform_color_5CC8F7">#5CC8F7</color>
<color name="platform_color_1EA6FA">#1EA6FA</color>
<color name="platform_color_FF8C00">#FF8C00</color>
<color name="platform_color_FF9100">#FF9100</color>
<color name="platform_color_F8FCFF">#F8FCFF</color>
<color name="platform_color_66000000">#66000000</color>
<color name="platform_color_99000000">#99000000</color>
<color name="platform_color_F2F2F2">#F2F2F2</color>
<color name="platform_color_FF3A2F">#FF3A2F</color>
<color name="platform_color_EEEEEE">#EEEEEE</color>
<!-- ============================ 业务组件统一主题颜色 ============================ -->
......@@ -257,24 +192,19 @@
<!-- ============ 背景颜色 ============ -->
<!-- 标签背景色-->
<color name="platform_tag_bg_color">#F7F7F7</color>
<!-- 大面积背景颜色-->
<color name="platform_big_bg_color">#F0F0F0</color>
<!-- 分割线颜色-->
<color name="platform_dividing_line_color">#EBEBEB</color>
<!-- 主题色渐变背景颜色 -->
<color name="platform_main_gradient_start_color">#1DA1F2</color>
<color name="platform_main_gradient_end_color">#23B2FA</color>
<!-- ============ 文字颜色 ============ -->
<!-- 一级类目,标题、点缀文字颜色-->
<color name="platform_text_dark_color">#242424</color>
<!-- 二级类目文字颜色-->
<color name="platform_text_light_color">#666666</color>
<!-- 三级次要文字颜色-->
<color name="platform_text_bright_color">#999999</color>
<!-- 四级编辑框提示文字颜色-->
<color name="platform_text_hint_color">#BFBFBF</color>
<!-- ============ 按钮颜色 ============ -->
<!--确认文字按钮颜色 - 亮色模式下与深色模式相反-->
......@@ -283,7 +213,4 @@
<color name="platform_but_text_color_unselected">#242424</color>
<color name="platform_but_text_color_selected">#1da1f2</color>
<color name="consultant_confirm_text_color">#242424</color>
<color name="consultant_filter_content_text_color_un">#555555</color>
<color name="consultant_filter_content_text_color_en">#242424</color>
</resources>
<resources>
<string name="app_name">ydlcommon</string>
<!-- image picker -->
<string name="platform_picker_image_preview">预览</string>
<string name="platform_picker_image_send">发送</string>
<string name="platform_picker_image_folder">相册</string>
<string name="platform_picker_image_album_loading">相册加载中…</string>
<string name="platform_picker_image_album_empty">相册中没有图片!</string>
<string name="platform_picker_image_folder_info">共%d张</string>
<string name="platform_picker_image_exceed_max_image_select">最多选择%d张图片!</string>
<string name="platform_picker_image_send_select">完成(%d)</string>
<string name="platform_picker_image_preview_original">发送原图</string>
<string name="platform_picker_image_preview_edit">编辑</string>
<string name="platform_picker_image_preview_original_select">发送原图(%s)</string>
<string name="platform_picker_image_error">获取图片出错</string>
<string name="platform_image_compressed_size">该原始图片大小为: %1$s,</string>
<string name="platform_unknow_size">未知大小</string>
<string name="platform_is_send_image">是否发送该原始图片?</string>
<string name="platform_multi_image_compressed_size">原始图片总大小为: %1$s,</string>
<string name="platform_is_send_multi_image">是否发送这些原始图片?</string>
<string name="platform_waitfor_image_local">正在打开相册,请稍候\u2026</string>
<string name="platform_recapture">重拍</string>
<string name="platform_image_show_error">图片显示异常</string>
<string name="platform_memory_out">内存不足</string>
<string name="platform_choose_from_photo_album">从手机相册选择</string>
<string name="platform_choose">选取</string>
<string name="platform_crop">裁剪</string>
<!--common--> platform_
<string name="platform_empty"></string>
<string name="platform_cancel">取消</string>
<!-- 拍照视频 --> platform_
<string name="platform_gallery_invalid">你的手机没有图库程序</string>
<string name="platform_sdcard_not_enough_head_error">SD卡被拔出或存储空间不足,无法保存头像</string>
<string name="platform_sdcard_not_enough_error">存储空间不足,无法保存此次多媒体消息</string>
<string name="platform_download_video">正在下载视频</string>
<string name="platform_download_video_fail">视频下载失败,请重试</string>
<string name="platform_look_video_fail">无法播放该视频</string>
<string name="platform_look_video_fail_try_again">暂时无法播放视频,请重试</string>
<string name="platform_video_record">视频录制</string>
<string name="platform_connect_vedio_device_fail">无法连接视频设备 ,请稍候再试</string>
<string name="platform_capture_video_size_in_kb">视频文件大小为: %1$dKB,</string>
<string name="platform_capture_video_size_in_mb">视频文件大小为: %1$.2fMB,</string>
<string name="platform_is_send_video">是否发送该视频?</string>
<string name="platform_start_camera_to_record_failed">启动摄像头录制视频失败</string>
<string name="platform_stop_fail_maybe_stopped">停止失败,可能已经停止</string>
<string name="platform_video_exception">视频文件异常</string>
<string name="platform_im_choose_video_file_size_too_large">视频文件过大,系统限制为20MB</string>
<string name="platform_im_choose_video">请选择3GP MP4格式的视频文件</string>
<string name="platform_video_record_short">录制视频太短</string>
<string name="platform_download_progress_description">%1$s(%2$s/%3$s)</string>
<string name="platform_send">发送</string>
<string name="platform_ok">确定</string>
<string name="platform_input_panel_take">拍 摄</string>
<string name="platform_version_update">版本更新</string>
<string name="platform_encourage_us">鼓励一下我们</string>
<string name="platform_update_hint">已经是最新版本咯</string>
<string name="platform_load_new_version">正在下载新版本</string>
<string name="platform_service">客服小壹</string>
<string name="platform_trends">动态</string>
<string name="platform_course_recommend">课程推荐</string>
<string name="platform_no_more_data_hint">到底了,陛下,就等你分享了呢</string>
<string name="platform_loading_hint">正在加载中…</string>
<string name="platform_popularity">人气:</string>
<string name="platform_course_detail">课程详情</string>
<string name="platform_attend_course_success">报名成功</string>
<string name="platform_theme">主题</string>
......@@ -72,46 +14,20 @@
<string name="platform_sort">排序</string>
<string name="platform_filter">筛选</string>
<string name="platform_search">搜索</string>
<string name="platform_show_type">显示方式</string>
<string name="platform_enquiry_type">咨询方式</string>
<string name="platform_age">年龄</string>
<string name="platform_reset">重置</string>
<string name="platform_confirm">确定</string>
<string name="platform_no_more">没有更多了</string>
<string name="platform_no_search_result">没有符合条件的内容</string>
<string name="platform_search_by_category">按主题搜索看看</string>
<string name="platform_search_hint">搜索话题、咨询师姓名</string>
<string name="platform_need_storage_permission_hint">App正常工作需要内部存储使用权限,请开启</string>
<string name="platform_register_by_phone">手机号注册</string>
<string name="platform_login_by_phone">手机登录</string>
<string name="platform_login_by_qq">QQ登录</string>
<string name="platform_login_by_wechat">微信登录</string>
<string name="platform_user_protocol">用户协议</string>
<string name="platform_next_step">下一步</string>
<string name="platform_walk_around">随便逛逛</string>
<string name="platform_finish">完成</string>
<string name="platform_nickname_hint">设置一个昵称,方便大家认识你哦(最多10个字)</string>
<string name="platform_please_select_gender">请选择性别</string>
<string name="platform_more">更多</string>
<string name="platform_register_success">注册成功</string>
<string name="platform_private_safe_hint">设置手势密码,保障安全隐私</string>
<string name="platform_header">头像</string>
<string name="platform_pause_play">暂停/播放</string>
<string name="platform_start_test">立即测试</string>
<string name="platform_test_result">测试结果</string>
<string name="platform_test_again">重新测试</string>
<string name="platform_send_to_expert">专家解读</string>
<string name="platform_test_answer">测试回答</string>
<string name="platform_introduction">说明</string>
<string name="platform_last_question">上一题</string>
<string name="platform_no_test_record_hint">还没有测试记录哦</string>
<string name="platform_recommend_test">推荐测试</string>
<string name="platform_test_count">%d人测过</string>
<string name="platform_questions">%d个问题</string>
<string name="platform_wrong_args">参数异常</string>
<string name="platform_no_search_keyword_hint">请输入关键字</string>
<string name="platform_gson_parse_error">解析错误</string>
<string name="platform_test_either">我也要测试</string>
<!--网络提示模块-->
<string name="platform_network_error">网络不给力!</string>
......@@ -121,20 +37,11 @@
<string name="platform_loadfailed">加载失败</string>
<!--动态模块-->
<string name="platform_trend_foucused">已关注</string>
<string name="platform_trend_foucus">关注</string>
<string name="platform_trend_comments_load_error">评论加载失败</string>
<string name="platform_trend_waitting_for_comment">就等你的评论咯~</string>
<string name="platform_silence_content">因网友举报,你已经被系统禁言,如有疑问,请联系客服小壹处理。</string>
<string name="platform_appeal">我要申诉</string>
<string name="platform_approval">知道了</string>
<string name="platform_dialog_loading">加载中…</string>
<string name="platform_close">关闭</string>
<string name="platform_no_network">网络不给力哦,下拉刷新重试</string>
<string name="platform_chat_private_title">私聊须知</string>
<string name="platform_chat_pivate_content">如系统检测到涉黄、涉爆、涉政等信息,可能会封号处理并追究法律责任!</string>
<string name="platform_notification_error_ssl_cert_invalid">SSL 证书验证错误,是否继续加载?</string>
......
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/background">
<shape>
<corners android:radius="0dip" />
<gradient
android:angle="0"
android:centerColor="@color/platform_white"
android:centerY="0.75"
android:endColor="@color/platform_white"
android:startColor="@color/platform_white" />
</shape>
</item>
<item android:id="@android:id/secondaryProgress">
<clip>
<shape>
<corners android:radius="0dip" />
<gradient
android:angle="0"
android:centerColor="@color/platform_main_theme"
android:centerY="0.75"
android:endColor="@color/platform_main_theme"
android:startColor="@color/platform_main_theme" />
</shape>
</clip>
</item>
<item android:id="@android:id/progress">
<clip>
<shape>
<corners android:radius="0dip" />
<gradient
android:angle="0"
android:endColor="@color/platform_main_theme"
android:startColor="@color/platform_main_theme" />
</shape>
</clip>
</item>
</layer-list>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment