values.xml 30.6 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <attr format="integer" name="maxProgress"/>
    <attr format="dimension" name="mch_borderRadius"/>
    <attr format="enum" name="mch_layout_srlSpinnerStyle">
        <enum name="Translate" value="0"/>
        <enum name="Scale" value="1"/>
        <enum name="FixedBehind" value="2"/>
        <enum name="FixedFront" value="3"/>
        <enum name="MatchLayout" value="4"/>
    </attr>
    <attr format="color" name="mch_srlAccentColor"/>
    <attr format="enum" name="mch_srlClassicsSpinnerStyle">
        <enum name="Translate" value="0"/>
        <enum name="Scale" value="1"/>
        <enum name="FixedBehind" value="2"/>
    </attr>
    <attr format="reference" name="mch_srlDrawableArrow"/>
    <attr format="dimension" name="mch_srlDrawableArrowSize"/>
    <attr format="dimension" name="mch_srlDrawableMarginRight"/>
    <attr format="reference" name="mch_srlDrawableProgress"/>
    <attr format="dimension" name="mch_srlDrawableProgressSize"/>
    <attr format="dimension" name="mch_srlDrawableSize"/>
    <attr format="boolean" name="mch_srlEnableHorizontalDrag"/>
    <attr format="integer" name="mch_srlFinishDuration"/>
    <attr format="color" name="mch_srlPrimaryColor"/>
    <attr format="dimension" name="mch_srlTextSizeTime"/>
    <attr format="dimension" name="mch_srlTextSizeTitle"/>
    <attr name="mch_type">
        <enum name="mch_circle" value="0"/>
        <enum name="mch_round" value="1"/>
    </attr>
    <attr format="integer" name="minProgress"/>
    <attr format="integer" name="progress"/>
    <attr format="color" name="progressBackColor"/>
    <attr format="color" name="progressColor"/>
    <color name="mch_bai">#ffffff</color>
    <color name="mch_controlgran">#9000</color>
    <color name="mch_hei">#666666</color>
    <color name="mch_hui">#999999</color>
    <color name="mch_platform_trans">#90000000</color>
    <color name="mch_transparent">#0000</color>
    <color name="mch_yanse">#21b1eb</color>
    <dimen name="umcsdk_btn_height">40dp</dimen>
    <dimen name="umcsdk_capaids_margin">25dp</dimen>
    <dimen name="umcsdk_dimen_eight">8dp</dimen>
    <dimen name="umcsdk_dimen_fifteen">15dp</dimen>
    <dimen name="umcsdk_dimen_ten">12dp</dimen>
    <dimen name="umcsdk_dimen_twenty">20dp</dimen>
    <dimen name="umcsdk_font_eighteen">18sp</dimen>
    <dimen name="umcsdk_font_eleven">11sp</dimen>
    <dimen name="umcsdk_font_fourteen">14sp</dimen>
    <dimen name="umcsdk_font_seventeen">17sp</dimen>
    <dimen name="umcsdk_font_sixteen">16sp</dimen>
    <dimen name="umcsdk_font_ten">10sp</dimen>
    <dimen name="umcsdk_font_thirteen">13sp</dimen>
    <dimen name="umcsdk_font_twenteen">12sp</dimen>
    <dimen name="umcsdk_loginbtn_left">5dp</dimen>
    <dimen name="umcsdk_loginbtn_margin">24dip</dimen>
    <dimen name="umcsdk_min_width">280dp</dimen>
    <dimen name="umcsdk_mobilelogo_margin">62dp</dimen>
    <dimen name="umcsdk_padding_account">50dp</dimen>
    <dimen name="umcsdk_padding_container">5dp</dimen>
    <dimen name="umcsdk_server_checkbox_size">9sp</dimen>
    <dimen name="umcsdk_server_clause_margin">15dip</dimen>
    <dimen name="umcsdk_smscode_login_margin">15dip</dimen>
    <dimen name="umcsdk_smscode_margin">30dp</dimen>
    <dimen name="umcsdk_title_height">50dp</dimen>
    <dimen name="umcsdk_version_margin">20dp</dimen>
    <string name="hello_blank_fragment">Hello blank fragment</string>
    <string name="mch_confirm_format">%1$s(%2$d/%3$d)</string>
    <string name="mch_ooooo">参数不正确验证不通过</string>
    <string formatted="false" name="mch_srl_component_falsify">%s 虚假区域\n代表运行时拖动的高度【%.1fdp】 \n而不会显示任何东西</string>
    <string name="mch_srl_content_empty">SmartRefreshLayout中没有找到内容视图。您是否忘记在xml布局文件中添加?</string>
    <string name="mch_srl_footer_failed">加载失败</string>
    <string name="mch_srl_footer_finish">加载完成</string>
    <string name="mch_srl_footer_loading">正在加载…</string>
    <string name="mch_srl_footer_nothing">没有更多数据了</string>
    <string name="mch_srl_footer_pulling">上拉加载更多</string>
    <string name="mch_srl_footer_refreshing">正在刷新…</string>
    <string name="mch_srl_footer_release">释放立即加载</string>
    <string name="mch_srl_header_failed">刷新失败</string>
    <string name="mch_srl_header_finish">刷新完成</string>
    <string name="mch_srl_header_loading">正在加载…</string>
    <string name="mch_srl_header_pulling">下拉可以刷新</string>
    <string name="mch_srl_header_refreshing">正在刷新…</string>
    <string name="mch_srl_header_release">释放立即刷新</string>
    <string name="mch_srl_header_secondary">释放进入二楼</string>
    <string name="mch_srl_header_update">上次更新 M-d HH:mm</string>
    <string name="system_default_channel">System Default Channel</string>
    <string name="umcsdk_account_login">使用历史帐号快速登录</string>
    <string name="umcsdk_account_name">中国移动互联网通行证</string>
    <string name="umcsdk_auto_login">本机号码登录</string>
    <string name="umcsdk_auto_login_ing">本机号码登录中</string>
    <string name="umcsdk_capability">您的手机号码、号码状态等信息</string>
    <string name="umcsdk_capaids_text">该应用请求获取以下权限</string>
    <string name="umcsdk_cmcc_wap">如果发送短信验证,此短信免费</string>
    <string name="umcsdk_cmcc_wifi">自动发送短信验证,此短信免费</string>
    <string name="umcsdk_get">获得</string>
    <string name="umcsdk_get_sms_code">获取验证码</string>
    <string name="umcsdk_getphonenumber_timeout">获取本机号码超时!</string>
    <string name="umcsdk_getsmscode_failure">获取短信验证码失败</string>
    <string name="umcsdk_hint_passwd">请输入验证码</string>
    <string name="umcsdk_hint_username">请输入手机号码</string>
    <string name="umcsdk_local_mobile">(本机号码)</string>
    <string name="umcsdk_login">登录</string>
    <string name="umcsdk_login_account_info_expire">帐号信息已过期,请使用短信验证码登录</string>
    <string name="umcsdk_login_failure">获取本机号码失败,请使用短信验证码登录</string>
    <string name="umcsdk_login_ing">登录中</string>
    <string name="umcsdk_login_limit">您登录过于频繁,请使用短信验证码登录</string>
    <string name="umcsdk_login_other_number">使用其它号码登录</string>
    <string name="umcsdk_login_owner_number">本机号码一键登录</string>
    <string name="umcsdk_login_success">登录成功</string>
    <string name="umcsdk_network_error">网络连接异常</string>
    <string name="umcsdk_oauth_version_name">v1.4.1</string>
    <string name="umcsdk_openapi_error">开放平台错误</string>
    <string name="umcsdk_other_wap">支持联通、电信用户,可能发送免费验证短信</string>
    <string name="umcsdk_other_wifi">支持联通、电信用户,免费发送验证短信</string>
    <string name="umcsdk_permission">拒绝授权将无法继续当前操作,是否重新提交授权?</string>
    <string name="umcsdk_permission_no"></string>
    <string name="umcsdk_permission_ok"></string>
    <string name="umcsdk_permission_tips">提示</string>
    <string name="umcsdk_phonenumber_failure">请输入正确的手机号码!</string>
    <string name="umcsdk_pref_about">关于</string>
    <string name="umcsdk_pref_item1">账户安全保护</string>
    <string name="umcsdk_pref_item2">隐私权</string>
    <string name="umcsdk_pref_value1">您的中国移动互联网账户已受安全账户机制保护。</string>
    <string name="umcsdk_pref_value2">中国移动互联网账户不会同步您的隐私信息</string>
    <string name="umcsdk_sms_login">短信验证码登录</string>
    <string name="umcsdk_smscode_error">请输入正确的短信验证码</string>
    <string name="umcsdk_smscode_wait_time">秒后重新获取</string>
    <string name="umcsdk_smslogin_failure">短信验证码登录失败</string>
    <string name="umcsdk_sure">登录代表你已同意《中国移动认证服务条款》</string>
    <string name="umcsdk_switch_account">切换账号</string>
    <string name="umcsdk_verify_identity">正在校验您的身份,请稍候...</string>
    <string name="umcsdk_version_name"></string>
    <string name="yd_privacy_agree">请同意服务条款</string>
    <style name="Base.Theme.AppCompat.Light" parent="Base.V7.Theme.AppCompat.Light">
    </style>
    <style name="JPushTheme">
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowActionBar">false</item>
        <item name="android:windowFullscreen">true</item>
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:textAllCaps">false</item>
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowBackground">@android:color/transparent</item>
    </style>
    <style name="MySDKDialogStyle">
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowFrame">@null</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowIsFloating">true</item>
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
        <item name="android:backgroundDimEnabled">true</item>
    </style>
    <style name="SDKdialog" parent="@android:style/Theme.Dialog">
        <item name="android:windowFrame">@null</item>
        <!--边框-->
        <item name="android:windowIsFloating">true</item>
        <!--是否浮现在activity之上-->
        <item name="android:windowIsTranslucent">false</item>
        <!--半透明-->
        <item name="android:windowNoTitle">true</item>
        <!--无标题-->
        <item name="android:windowBackground">@android:color/transparent</item>
        <!--背景透明-->
        <item name="android:backgroundDimEnabled">true</item>
        <!--模糊-->
    </style>
    <style name="Theme.ActivityDialogStyle" parent="Theme.AppCompat.Light.NoActionBar">
        
        <item name="android:windowIsTranslucent">true</item>
        
        <item name="android:windowBackground">@android:color/transparent</item>
        
        <item name="android:backgroundDimEnabled">true</item>
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowCloseOnTouchOutside">false</item>
    </style>
    <style name="Theme.AppCompat.Light" parent="Base.Theme.AppCompat.Light"/>
    <style name="Theme.AppCompat.Light.NoActionBar">
        <item name="android:windowActionBar">false</item>
        <item name="android:windowNoTitle">true</item>
    </style>
    <style name="gt3Widget.GifView" parent="@android:style/Widget"/>
    <style name="gt3_dialog_style" parent="android:Theme.Dialog">
        
        <item name="android:windowFrame">@null</item>
        
        <item name="android:windowIsFloating">true</item>
        
        <item name="android:windowIsTranslucent">true</item>
        
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowContentOverlay">@null</item>
        
        <item name="android:backgroundDimEnabled">true</item>
        
        
        
        
        <item name="android:windowBackground">@android:color/transparent</item>
    </style>
    <style name="mch_BaseDialogStyle" parent="@android:style/Theme.Dialog"><!-- @android:style/Theme.Dialog -->
<!--        &lt;!&ndash; 无边框 &ndash;&gt;
        <item name="android:windowFrame">@null</item>
        &lt;!&ndash; 浮在 Activity 之上 &ndash;&gt;
        <item name="android:windowIsFloating">true</item>
        &lt;!&ndash; 半透明 &ndash;&gt;
        <item name="android:windowIsTranslucent">true</item>
        &lt;!&ndash; 背景透明 &ndash;&gt;
        <item name="android:windowBackground">@android:color/transparent</item>
        &lt;!&ndash; 遮盖层 &ndash;&gt;
        <item name="android:backgroundDimEnabled">true</item>
        &lt;!&ndash; 无标题 &ndash;&gt;
        <item name="android:windowNoTitle">true</item>
        &lt;!&ndash; 动画效果 &ndash;&gt;
        <item name="android:windowEnterAnimation">@anim/mch_dialog_scale_in</item>
        <item name="android:windowExitAnimation">@anim/mch_dialog_scale_out</item>
        &lt;!&ndash; Base.Theme.AppCompat.Light.Dialog.Alert 特有的属性,用于指定默认宽度,这里需要禁用 &ndash;&gt;
        <item name="android:windowMinWidthMajor">0dp</item>
        <item name="android:windowMinWidthMinor">0dp</item>
        &lt;!&ndash; 解决 ActionBar 占位导致 Dialog 无法全屏显示的问题 &ndash;&gt;
        <item name="windowActionBar">false</item>
        <item name="windowNoTitle">true</item>
        &lt;!&ndash; ActionMode覆盖Actionbar,不顶下来 &ndash;&gt;
        <item name="windowActionModeOverlay">true</item>
        <item name="android:windowContentOverlay">@null</item>-->


        <!-- 无边框 -->
        <item name="android:windowFrame">@null</item>
        <!-- 浮在 Activity 之上 -->
        <item name="android:windowIsFloating">true</item>
        <!-- 半透明 -->
        <item name="android:windowIsTranslucent">true</item>
        <!-- 背景透明 -->
        <item name="android:windowBackground">@android:color/transparent</item>
        <!-- 遮盖层 -->
        <item name="android:backgroundDimEnabled">true</item>
        <!-- 无标题 -->
        <item name="android:windowNoTitle">true</item>
        <!-- 动画效果 -->
        <item name="android:windowEnterAnimation">@anim/mch_dialog_scale_in</item>
        <item name="android:windowExitAnimation">@anim/mch_dialog_scale_out</item>
        <!-- Base.Theme.AppCompat.Light.Dialog.Alert 特有的属性,用于指定默认宽度,这里需要禁用 -->
        <item name="android:windowMinWidthMajor">0dp</item>
        <item name="android:windowMinWidthMinor">0dp</item>
        <!-- 解决 ActionBar 占位导致 Dialog 无法全屏显示的问题 -->
        <!-- ActionMode覆盖Actionbar,不顶下来 -->
        <item name="android:windowContentOverlay">@null</item>
    </style>
    <style name="mch_CircularProgress">
        <item name="mch_cpd_padding">7dp</item>
        <item name="mch_cpd_initialAngle">0</item>
        <item name="mch_cpd_maxSweepAngle">270</item>
        <item name="mch_cpd_minSweepAngle">1</item>
        <item name="mch_cpd_strokeSize">2dp</item>
        <item name="mch_cpd_strokeColor">#fff</item>
        <item name="mch_cpd_strokeSecondaryColor">@android:color/transparent</item>
        <item name="mch_cpd_reverse">false</item>
        <item name="mch_cpd_rotateDuration">1000</item>
        <item name="mch_cpd_transformDuration">600</item>
        <item name="mch_cpd_keepDuration">200</item>
        <item name="mch_cpd_transformInterpolator">@android:anim/decelerate_interpolator</item>
        <item name="mch_cpd_inAnimDuration">0</item>
        <item name="mch_cpd_outAnimDuration">@android:integer/config_mediumAnimTime</item>
    </style>
    <style name="mch_DialogBottomAnim" parent="android:Animation">
        <item name="android:windowEnterAnimation">@anim/mch_dialog_bottom_in</item>
        <item name="android:windowExitAnimation">@anim/mch_dialog_bottom_out</item>
    </style>
    <style name="mch_DialogIOSAnim" parent="android:Animation">
        <item name="android:windowEnterAnimation">@anim/mch_dialog_ios_in</item>
        <item name="android:windowExitAnimation">@anim/mch_dialog_ios_out</item>
    </style>
    <style name="mch_DialogLeftAnim" parent="android:Animation">
        <item name="android:windowEnterAnimation">@anim/mch_dialog_left_in</item>
        <item name="android:windowExitAnimation">@anim/mch_dialog_left_out</item>
    </style>
    <style name="mch_DialogRightAnim" parent="android:Animation">
        <item name="android:windowEnterAnimation">@anim/mch_dialog_right_in</item>
        <item name="android:windowExitAnimation">@anim/mch_dialog_right_out</item>
    </style>
    <style name="mch_DialogScaleAnim" parent="android:Animation">
        <item name="android:windowEnterAnimation">@anim/mch_dialog_scale_in</item>
        <item name="android:windowExitAnimation">@anim/mch_dialog_scale_out</item>
    </style>
    <style name="mch_DialogTopAnim" parent="android:Animation">
        <item name="android:windowEnterAnimation">@anim/mch_dialog_top_in</item>
        <item name="android:windowExitAnimation">@anim/mch_dialog_top_out</item>
    </style>
    <style name="mch_Dialog_bocop">
        <item name="android:windowBackground">@drawable/mch_platform_dialog_back</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
    </style>
    <style name="mch_MCCustomDialog" parent="android:style/Theme.Dialog">
        <item name="android:windowFrame">@null</item><!-- 边框 -->
        <item name="android:windowIsFloating">true</item><!-- 是否浮现在activity之上 -->
        <item name="android:windowIsTranslucent">true</item><!-- 半透明 -->
        <item name="android:windowNoTitle">true</item><!-- 无标题 -->
        <item name="android:windowBackground">@drawable/mch_platform_dialog_back</item><!-- 背景颜色及透明程度 -->
        <item name="android:backgroundDimEnabled">false</item><!-- 是否模糊 -->
    </style>
    <style name="mch_MCHAnimBottom" parent="@android:style/Animation">
        <item name="android:windowEnterAnimation">@anim/mch_push_bottom_in</item>
        <item name="android:windowExitAnimation">@anim/mch_push_buttom_out</item>
    </style>
    <style name="mch_MCHTransparent">
        <item name="android:windowBackground">@color/mch_transparent</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowFullscreen">true</item>
        <item name="android:gravity">center</item>
        <item name="android:windowAnimationStyle">@android:style/Animation.Translucent</item>
    </style>
    <style name="mch_MCHtextStyle">
        <item name="android:textSize">12dp</item>
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:layout_marginTop">3dp</item>
        <item name="android:layout_gravity">center_horizontal</item>
        <item name="android:textColor">#ffffff</item>
    </style>
    <style name="mch_MCHtextStyle2">
        <item name="android:textSize">12dp</item>
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:layout_marginTop">6dp</item>
        <item name="android:layout_gravity">center_horizontal</item>
        <item name="android:textColor">#ffffff</item>
    </style>
    <style name="mch_MCPopDialog" parent="@android:style/Theme.Dialog">
        <item name="android:windowFrame">@null</item><!-- 边框 -->
        <item name="android:windowIsFloating">true</item><!-- 是否浮现在activity之上 -->
        <item name="android:windowIsTranslucent">true</item><!-- 半透明 -->
        <item name="android:windowNoTitle">true</item><!-- 无标题 -->
        <item name="android:windowBackground">@android:color/transparent</item><!-- 背景颜色及透明程度 -->
        <item name="android:backgroundDimEnabled">false</item><!-- 是否模糊 -->
        <item name="android:windowCloseOnTouchOutside">false</item>
        <item name="android:gravity">left</item>
        <item name="android:backgroundDimAmount">0.3</item>
        <item name="android:windowAnimationStyle">@null</item>
        <item name="android:windowDisablePreview">true</item>
    </style>
    <style name="mch_MCSelectPTBTypeDialog" parent="@android:style/Theme.Dialog">
        <item name="android:windowFrame">@null</item><!-- 边框 -->
        <item name="android:windowIsFloating">true</item><!-- 是否浮现在activity之上 -->
        <item name="android:windowIsTranslucent">true</item><!-- 半透明 -->
        <item name="android:windowNoTitle">true</item><!-- 无标题 -->
        <item name="android:windowBackground">@drawable/mch_platform_dialog_back</item><!-- 背景颜色及透明程度 -->
        <item name="android:backgroundDimEnabled">true</item><!-- 是否模糊 -->
    </style>
    <style name="mch_MyDialogStyle">
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowFrame">@null</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowIsFloating">true</item>
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
        <item name="android:backgroundDimEnabled">true</item>
    </style>
    <style name="mch_MyFunctionDialogStyle">
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowFrame">@null</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowIsFloating">false</item>
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:backgroundDimEnabled">true</item>
    </style>
    <style name="mch_custom_style_web_progress" parent="@android:style/Widget.ProgressBar.Horizontal">
        <item name="android:indeterminateDrawable">@android:drawable/progress_indeterminate_horizontal</item>
        <item name="android:progressDrawable">@drawable/mch_drawable_web_progress</item>
        <item name="android:indeterminateOnly">false</item>
        <item name="android:maxHeight">100dp</item>
        <item name="android:minHeight">50dp</item>
    </style>
    <style name="mch_tip_dialog" parent="@android:style/Theme.Dialog">
        <item name="android:windowFrame">@null</item>
        <item name="android:windowIsFloating">true</item>
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
    </style>
    <declare-styleable name="BallPulseFooter">
        <attr name="mch_srlClassicsSpinnerStyle"/>
        <attr format="color" name="mch_srlAnimatingColor"/>
        <attr format="color" name="mch_srlNormalColor"/>
    </declare-styleable>
    <declare-styleable name="BezierRadarHeader">
        <attr name="mch_srlPrimaryColor"/>
        <attr name="mch_srlAccentColor"/>
        <attr name="mch_srlEnableHorizontalDrag"/>
    </declare-styleable>
    <declare-styleable name="ClassicsFooter">
        <attr name="mch_srlClassicsSpinnerStyle"/>
        <attr name="mch_srlPrimaryColor"/>
        <attr name="mch_srlAccentColor"/>
        <attr name="mch_srlFinishDuration"/>
        <attr name="mch_srlTextSizeTitle"/>
        <attr name="mch_srlDrawableArrow"/>
        <attr name="mch_srlDrawableProgress"/>
        <attr name="mch_srlDrawableMarginRight"/>
        <attr name="mch_srlDrawableSize"/>
        <attr name="mch_srlDrawableArrowSize"/>
        <attr name="mch_srlDrawableProgressSize"/>
    </declare-styleable>
    <declare-styleable name="CodeEditText">
        <attr format="integer" name="strokeLength"/>
        <attr format="dimension" name="strokeWidth"/>
        <attr format="dimension" name="strokeHeight"/>
        <attr format="dimension" name="strokePadding"/>
        <attr format="reference" name="strokeBackground"/>
    </declare-styleable>
    <declare-styleable name="ExpandTextView">
        <attr format="integer" name="showLines"/>
    </declare-styleable>
    <declare-styleable name="ProgressButton">
        <attr name="progressColor"/>
        <attr name="progressBackColor"/>
        <attr format="color" name="buttonColor"/>
        <attr format="dimension" name="cornerRadius"/>
        <attr name="progress"/>
        <attr name="minProgress"/>
        <attr name="maxProgress"/>
        <attr format="dimension" name="progressMargin"/>
    </declare-styleable>
    <declare-styleable name="TwoLevelHeader">
        <attr format="float" name="mch_srlMaxRage"/>
        <attr format="float" name="mch_srlFloorRage"/>
        <attr format="float" name="mch_srlRefreshRage"/>
        <attr format="integer" name="mch_srlFloorDuration"/>
        <attr format="boolean" name="mch_srlEnableTwoLevel"/>
        <attr format="boolean" name="mch_srlEnablePullToCloseTwoLevel"/>
    </declare-styleable>
    <declare-styleable name="VerificationCodeInputView">
        
        <attr format="integer" name="vciv_et_number"/>
        
        <attr name="vciv_et_inputType">
            <enum name="number" value="0"/>
            <enum name="numberPassword" value="1"/>
            <enum name="text" value="2"/>
            <enum name="textPassword" value="3"/>
        </attr>
        
        <attr format="dimension" name="vciv_et_width"/>
        
        <attr format="dimension" name="vciv_et_height"/>
        
        <attr format="color" name="vciv_et_text_color"/>
        
        <attr format="dimension" name="vciv_et_text_size"/>
        
        <attr format="dimension" name="vciv_et_spacing"/>
        
        <attr format="reference|color" name="vciv_et_background"/>
        
        <attr format="reference|color" name="vciv_et_foucs_background"/>
        
        <attr format="dimension" name="vciv_et_cursor_width"/>
        
        <attr format="dimension" name="vciv_et_cursor_height"/>
        
        <attr format="color" name="vciv_et_cursor_color"/>
        
        <attr format="dimension" name="vciv_et_underline_height"/>
        
        <attr format="color" name="vciv_et_underline_default_color"/>
        
        <attr format="color" name="vciv_et_underline_focus_color"/>
        
        <attr format="boolean" name="vciv_et_underline_show"/>
    </declare-styleable>
    <declare-styleable name="mch_CircularProgressDrawable">
        <attr format="reference|dimension" name="mch_cpd_padding"/>
        <attr format="reference|integer" name="mch_cpd_initialAngle"/>
        <attr format="reference|integer" name="mch_cpd_maxSweepAngle"/>
        <attr format="reference|integer" name="mch_cpd_minSweepAngle"/>
        <attr format="reference|dimension" name="mch_cpd_strokeSize"/>
        <attr format="reference|color" name="mch_cpd_strokeColor"/>
        <attr format="reference|color" name="mch_cpd_strokeSecondaryColor"/>
        <attr format="reference" name="mch_cpd_strokeColors"/>
        <attr format="boolean" name="mch_cpd_reverse"/>
        <attr format="reference|integer" name="mch_cpd_rotateDuration"/>
        <attr format="reference|integer" name="mch_cpd_transformDuration"/>
        <attr format="reference|integer" name="mch_cpd_keepDuration"/>
        <attr format="reference" name="mch_cpd_transformInterpolator"/>
        <attr format="reference|integer" name="mch_cpd_inAnimDuration"/>
        <attr format="reference|integer" name="mch_cpd_outAnimDuration"/>
        <attr format="reference" name="mch_cpd_inStepColors"/>
        <attr format="float" name="mch_cpd_inStepPercent"/>
        <attr format="reference|integer" name="mch_pv_progressMode"/>
    </declare-styleable>
    <declare-styleable name="mch_ClassicsHeader">
        <attr name="mch_srlClassicsSpinnerStyle"/>
        <attr name="mch_srlPrimaryColor"/>
        <attr name="mch_srlAccentColor"/>
        <attr name="mch_srlFinishDuration"/>
        <attr name="mch_srlDrawableArrow"/>
        <attr name="mch_srlDrawableProgress"/>
        <attr name="mch_srlDrawableMarginRight"/>
        <attr name="mch_srlDrawableSize"/>
        <attr name="mch_srlDrawableArrowSize"/>
        <attr name="mch_srlDrawableProgressSize"/>
        <attr name="mch_srlTextSizeTitle"/>
        <attr name="mch_srlTextSizeTime"/>
        <attr format="dimension" name="mch_srlTextTimeMarginTop"/>
        <attr format="boolean" name="mch_srlEnableLastTime"/>
    </declare-styleable>
    <declare-styleable name="mch_RoundImageViewByXfermode">
        <attr name="mch_borderRadius"/>
        <attr name="mch_type"/>
    </declare-styleable>
    <declare-styleable name="mch_SmartRefreshLayout">
        <attr name="mch_srlPrimaryColor"/>
        <attr name="mch_srlAccentColor"/>
        <attr format="integer" name="mch_srlReboundDuration"/>
        <attr format="dimension" name="mch_srlHeaderHeight"/>
        <attr format="dimension" name="mch_srlFooterHeight"/>
        <attr format="dimension" name="mch_srlHeaderInsetStart"/>
        <attr format="dimension" name="mch_srlFooterInsetStart"/>
        <attr format="float" name="mch_srlDragRate"/>
        <attr format="float" name="mch_srlHeaderMaxDragRate"/>
        <attr format="float" name="mch_srlFooterMaxDragRate"/>
        <attr format="float" name="mch_srlHeaderTriggerRate"/>
        <attr format="float" name="mch_srlFooterTriggerRate"/>
        <attr format="boolean" name="mch_srlEnableRefresh"/>
        <attr format="boolean" name="mch_srlEnableLoadMore"/>
        <attr format="boolean" name="mch_srlEnableHeaderTranslationContent"/>
        <attr format="boolean" name="mch_srlEnableFooterTranslationContent"/>
        <attr format="reference" name="mch_srlHeaderTranslationViewId"/>
        <attr format="reference" name="mch_srlFooterTranslationViewId"/>
        <attr format="boolean" name="mch_srlEnablePreviewInEditMode"/>
        <attr format="boolean" name="mch_srlEnableAutoLoadMore"/>
        <attr format="boolean" name="mch_srlEnableOverScrollBounce"/>
        <attr format="boolean" name="mch_srlEnablePureScrollMode"/>
        <attr format="boolean" name="mch_srlEnableNestedScrolling"/>
        <attr format="boolean" name="mch_srlEnableScrollContentWhenLoaded"/>
        <attr format="boolean" name="mch_srlEnableScrollContentWhenRefreshed"/>
        <attr format="boolean" name="mch_srlEnableLoadMoreWhenContentNotFull"/>
        <attr format="boolean" name="mch_srlEnableFooterFollowWhenLoadFinished"/>
        <attr format="boolean" name="mch_srlEnableClipHeaderWhenFixedBehind"/>
        <attr format="boolean" name="mch_srlEnableClipFooterWhenFixedBehind"/>
        <attr format="boolean" name="mch_srlEnableOverScrollDrag"/>
        <attr format="boolean" name="mch_srlDisableContentWhenRefresh"/>
        <attr format="boolean" name="mch_srlDisableContentWhenLoading"/>
        <attr format="reference" name="mch_srlFixedHeaderViewId"/>
        <attr format="reference" name="mch_srlFixedFooterViewId"/>
    </declare-styleable>
    <declare-styleable name="mch_SmartRefreshLayout_Layout">
        <attr name="mch_layout_srlSpinnerStyle"/>
        <attr format="color" name="mch_layout_srlBackgroundColor"/>
    </declare-styleable>
</resources>