wpc
2018-11-26 aa82e9973b3d962c325d18ed9407b6b33c4fe554
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
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <attr format="boolean" name="centered"/>
    <attr format="dimension" name="rightPadding"/>
    <attr format="color" name="selectedColor"/>
    <attr format="dimension" name="strokeWidth"/>
    <attr format="color" name="unselectedColor"/>
    <bool name="default_circle_indicator_centered">true</bool>
    <bool name="default_circle_indicator_snap">false</bool>
    <bool name="default_line_indicator_centered">true</bool>
    <bool name="default_title_indicator_selected_bold">true</bool>
    <bool name="default_underline_indicator_fades">true</bool>
    <color name="black1">#ff161514</color>
    <color name="blue">#FFFFFFFF</color>
    <color name="blue3">#FF067cf6</color>
    <color name="com_facebook_blue">#3B5998</color>
    <color name="com_facebook_button_background_color">#415dae</color>
    <color name="com_facebook_button_background_color_disabled">#bdc1c9</color>
    <color name="com_facebook_button_background_color_pressed">#2f477a</color>
    <color name="com_facebook_button_like_background_color_selected">#7c8fc8</color>
    <color name="com_facebook_button_login_silver_background_color">#f4f6f8</color>
    <color name="com_facebook_button_login_silver_background_color_pressed">#e9eaf0</color>
    <color name="com_facebook_button_send_background_color">#0084ff</color>
    <color name="com_facebook_button_send_background_color_pressed">#006fff</color>
    <color name="com_facebook_likeboxcountview_border_color">#6a7180</color>
    <color name="com_facebook_likeboxcountview_text_color">#6a7180</color>
    <color name="com_facebook_likeview_text_color">#6a7180</color>
    <color name="com_facebook_share_button_text_color">#FFFFFF</color>
    <color name="default_circle_indicator_fill_color">#FFFFFFFF</color>
    <color name="default_circle_indicator_page_color">#00000000</color>
    <color name="default_circle_indicator_stroke_color">#FFDDDDDD</color>
    <color name="default_line_indicator_selected_color">#FF33B5E5</color>
    <color name="default_line_indicator_unselected_color">#FFBBBBBB</color>
    <color name="default_title_indicator_footer_color">#FF33B5E5</color>
    <color name="default_title_indicator_selected_color">#FFFFFFFF</color>
    <color name="default_title_indicator_text_color">#BBFFFFFF</color>
    <color name="default_underline_indicator_selected_color">#FF33B5E5</color>
    <color name="dim_foreground_dark">#bebebe</color>
    <color name="gray">#ff999999</color>
    <color name="gray1">#FF268ce2</color>
    <color name="lxy_bg_diaphanous">#00000000</color>
    <color name="red">#FFe9372d</color>
    <color name="text_color_small">#ffff7300</color>
    <color name="top_bar_color">#FF2f2624</color>
    <color name="top_blue">#FF18b4ed</color>
    <color name="umeng_background">#D4E0E5</color>
    <color name="umeng_black">#000000</color>
    <color name="umeng_blue">#0086DC</color>
    <color name="umeng_divide">#C3C6C9</color>
    <color name="umeng_socialize_color_group">#2c3035</color>
    <color name="umeng_socialize_comments_bg">#F4F4F4</color>
    <color name="umeng_socialize_divider">#E6E6E6</color>
    <color name="umeng_socialize_edit_bg">#C4C4C4</color>
    <color name="umeng_socialize_grid_divider_line">#F8F8F8</color>
    <color name="umeng_socialize_list_item_bgcolor">#FFFFFF</color>
    <color name="umeng_socialize_list_item_textcolor">#333333</color>
    <color name="umeng_socialize_shareactivity">#D4E0E5</color>
    <color name="umeng_socialize_shareactivitydefault">#ffffff</color>
    <color name="umeng_socialize_text_friends_list">#959696</color>
    <color name="umeng_socialize_text_share_content">#666666</color>
    <color name="umeng_socialize_text_time">#999999</color>
    <color name="umeng_socialize_text_title">#464f61</color>
    <color name="umeng_socialize_text_ucenter">#595959</color>
    <color name="umeng_socialize_ucenter_bg">#EEEEEE</color>
    <color name="umeng_socialize_web_bg">#F4F4F4</color>
    <color name="umeng_text_color">#575A5C</color>
    <color name="umeng_white">#ffffff</color>
    <color name="vk_black">#000</color>
    <color name="vk_black_pressed">#1000</color>
    <color name="vk_clear">#0000</color>
    <color name="vk_color">#5585BC</color>
    <color name="vk_grey_color">#F0F2F5</color>
    <color name="vk_light_color">#A7C2DF</color>
    <color name="vk_share_blue_color">#338cc9</color>
    <color name="vk_share_gray_line">#e5e5e5</color>
    <color name="vk_share_link_color">#9e9e9e</color>
    <color name="vk_share_link_title_color">#5477a3</color>
    <color name="vk_share_top_blue_color">#527dad</color>
    <color name="vk_white">#fff</color>
    <color name="vpi__background_holo_dark">#ff000000</color>
    <color name="vpi__background_holo_light">#fff3f3f3</color>
    <color name="vpi__bright_foreground_disabled_holo_dark">#ff4c4c4c</color>
    <color name="vpi__bright_foreground_disabled_holo_light">#ffb2b2b2</color>
    <color name="vpi__bright_foreground_holo_dark">@color/vpi__background_holo_light</color>
    <color name="vpi__bright_foreground_holo_light">@color/vpi__background_holo_dark</color>
    <color name="vpi__bright_foreground_inverse_holo_dark">@color/vpi__bright_foreground_holo_light</color>
    <color name="vpi__bright_foreground_inverse_holo_light">@color/vpi__bright_foreground_holo_dark</color>
    <color name="vpi_bg_gray">#FFc8c8c8</color>
    <color name="vpi_bg_white">#FFFFFF</color>
    <declare-styleable name="ActionBar"><attr format="string" localization="suggested" name="title"/></declare-styleable>
    <declare-styleable name="AdaptiveListView"><attr format="dimension|reference" name="maxHeight"/></declare-styleable>
    <declare-styleable name="ArcMenu"><attr format="float|reference" name="fromDegrees"/><attr format="float|reference" name="toDegrees"/><attr format="dimension|reference" name="arcRadius"/><attr format="integer|reference" name="duration"/><attr format="boolean" name="closeOnClick"/><attr format="reference" name="mainImage"/></declare-styleable>
    <declare-styleable name="CirclePageIndicator"><attr name="centered"/><attr format="color" name="fillColor"/><attr format="color" name="pageColor"/><attr name="android:orientation"/><attr format="dimension" name="radius"/><attr format="boolean" name="snap"/><attr format="color" name="strokeColor"/><attr name="strokeWidth"/><attr name="android:background"/></declare-styleable>
    <declare-styleable name="DashLine"><attr format="dimension|reference" name="dashWidth"/><attr format="dimension|reference" name="dashGap"/><attr format="color|reference" name="lineColor"/><attr name="dashOrientation">
            <enum name="horizontal" value="0"/>
            <enum name="vertical" value="1"/>
        </attr></declare-styleable>
    <declare-styleable name="Emotion"><attr format="dimension|reference" name="emotionSize"/><attr format="dimension|reference" name="emotionHeight"/><attr format="dimension|reference" name="emotionWidth"/></declare-styleable>
    <declare-styleable name="LinePageIndicator"><attr name="centered"/><attr name="unselectedColor"/><attr name="selectedColor"/><attr format="dimension" name="lineWidth"/><attr name="strokeWidth"/><attr format="dimension" name="gapWidth"/><attr name="android:background"/></declare-styleable>
    <declare-styleable name="RatioLayout"><attr format="float|reference" name="ratio"/></declare-styleable>
    <declare-styleable name="ShelvesView"><attr format="reference" name="shelfBackground"/></declare-styleable>
    <declare-styleable name="SlidingMenu"><attr name="rightPadding"/></declare-styleable>
    <declare-styleable name="TitlePageIndicator"><attr format="dimension" name="clipPadding"/><attr format="color" name="footerColor"/><attr format="dimension" name="footerLineHeight"/><attr name="footerIndicatorStyle">
            <enum name="none" value="0"/>
            <enum name="triangle" value="1"/>
            <enum name="underline" value="2"/>
        </attr><attr format="dimension" name="footerIndicatorHeight"/><attr format="dimension" name="footerIndicatorUnderlinePadding"/><attr format="dimension" name="footerPadding"/><attr name="linePosition">
            <enum name="bottom" value="0"/>
            <enum name="top" value="1"/>
        </attr><attr name="selectedColor"/><attr format="boolean" name="selectedBold"/><attr name="android:textColor"/><attr name="android:textSize"/><attr format="dimension" name="titlePadding"/><attr format="dimension" name="topPadding"/><attr name="android:background"/></declare-styleable>
    <declare-styleable name="UnderlinePageIndicator"><attr format="boolean" name="fades"/><attr format="integer" name="fadeDelay"/><attr format="integer" name="fadeLength"/><attr name="selectedColor"/><attr name="android:background"/></declare-styleable>
    <declare-styleable name="ViewPagerIndicator"><attr format="reference" name="vpiCirclePageIndicatorStyle"/><attr format="reference" name="vpiIconPageIndicatorStyle"/><attr format="reference" name="vpiLinePageIndicatorStyle"/><attr format="reference" name="vpiTitlePageIndicatorStyle"/><attr format="reference" name="vpiTabPageIndicatorStyle"/><attr format="reference" name="vpiTabPageIndicatorStyle1"/><attr format="reference" name="lxyTabPageIndicatorStyle"/><attr format="reference" name="vpiUnderlinePageIndicatorStyle"/></declare-styleable>
    <declare-styleable name="board_column"><attr format="integer" localization="suggested" name="column"/></declare-styleable>
    <declare-styleable name="com_facebook_like_view"><attr format="color" name="com_facebook_foreground_color"/><attr format="string" name="com_facebook_object_id"/><attr name="com_facebook_object_type">
            
            <enum name="unknown" value="0"/>
            <enum name="open_graph" value="1"/>
            <enum name="page" value="2"/>
        </attr><attr name="com_facebook_style">
            
            <enum name="standard" value="0"/>
            <enum name="button" value="1"/>
            <enum name="box_count" value="2"/>
        </attr><attr name="com_facebook_auxiliary_view_position">
            
            <enum name="bottom" value="0"/>
            <enum name="inline" value="1"/>
            <enum name="top" value="2"/>
        </attr><attr name="com_facebook_horizontal_alignment">
            
            <enum name="center" value="0"/>
            <enum name="left" value="1"/>
            <enum name="right" value="2"/>
        </attr></declare-styleable>
    <declare-styleable name="com_facebook_login_view"><attr format="boolean" name="com_facebook_confirm_logout"/><attr format="string" name="com_facebook_login_text"/><attr format="string" name="com_facebook_logout_text"/><attr name="com_facebook_tooltip_mode">
            
            <enum name="automatic" value="0"/>
            <enum name="display_always" value="1"/>
            <enum name="never_display" value="2"/>
        </attr></declare-styleable>
    <declare-styleable name="com_facebook_profile_picture_view"><attr name="com_facebook_preset_size">
            
            <enum name="small" value="-2"/>
            <enum name="normal" value="-3"/>
            <enum name="large" value="-4"/>
        </attr><attr format="boolean" name="com_facebook_is_cropped"/></declare-styleable>
    <dimen name="actionbar_height">45dip</dimen>
    <dimen name="actionbar_item_height">45dip</dimen>
    <dimen name="actionbar_item_width">45dip</dimen>
    <dimen name="alphabet_size">12dip</dimen>
    <dimen name="body_padding_large">10dp</dimen>
    <dimen name="body_padding_medium">10dp</dimen>
    <dimen name="com_facebook_likeboxcountview_border_radius">3dp</dimen>
    <dimen name="com_facebook_likeboxcountview_border_width">1dp</dimen>
    <dimen name="com_facebook_likeboxcountview_caret_height">3dp</dimen>
    <dimen name="com_facebook_likeboxcountview_caret_width">6dp</dimen>
    <dimen name="com_facebook_likeboxcountview_text_padding">6dp</dimen>
    <dimen name="com_facebook_likeboxcountview_text_size">11.0sp</dimen>
    <dimen name="com_facebook_likeview_edge_padding">2dp</dimen>
    <dimen name="com_facebook_likeview_internal_padding">6dp</dimen>
    <dimen name="com_facebook_likeview_text_size">11.0sp</dimen>
    <dimen name="com_facebook_profilepictureview_preset_size_large">180dp</dimen>
    <dimen name="com_facebook_profilepictureview_preset_size_normal">100dp</dimen>
    <dimen name="com_facebook_profilepictureview_preset_size_small">50dp</dimen>
    <dimen name="com_facebook_share_button_compound_drawable_padding">12dp</dimen>
    <dimen name="com_facebook_share_button_padding_bottom">12dp</dimen>
    <dimen name="com_facebook_share_button_padding_left">12dp</dimen>
    <dimen name="com_facebook_share_button_padding_right">16dp</dimen>
    <dimen name="com_facebook_share_button_padding_top">12dp</dimen>
    <dimen name="com_facebook_share_button_text_size">16.0sp</dimen>
    <dimen name="com_facebook_tooltip_horizontal_padding">10dp</dimen>
    <dimen name="default_circle_indicator_radius">3dp</dimen>
    <dimen name="default_circle_indicator_stroke_width">1dp</dimen>
    <dimen name="default_line_indicator_gap_width">4dp</dimen>
    <dimen name="default_line_indicator_line_width">12dp</dimen>
    <dimen name="default_line_indicator_stroke_width">1dp</dimen>
    <dimen name="default_title_indicator_clip_padding">4dp</dimen>
    <dimen name="default_title_indicator_footer_indicator_height">4dp</dimen>
    <dimen name="default_title_indicator_footer_indicator_underline_padding">20dp</dimen>
    <dimen name="default_title_indicator_footer_line_height">2dp</dimen>
    <dimen name="default_title_indicator_footer_padding">7dp</dimen>
    <dimen name="default_title_indicator_text_size">15dp</dimen>
    <dimen name="default_title_indicator_title_padding">5dp</dimen>
    <dimen name="default_title_indicator_top_padding">7dp</dimen>
    <dimen name="speaker_image_padding">8dp</dimen>
    <dimen name="speaker_image_size">36dp</dimen>
    <dimen name="text_size_large">18sp</dimen>
    <dimen name="text_size_medium">18sp</dimen>
    <dimen name="text_size_small">14sp</dimen>
    <dimen name="text_size_xlarge">18sp</dimen>
    <dimen name="titlebar">54dp</dimen>
    <dimen name="umeng_socialize_pad_window_height">350dip</dimen>
    <dimen name="umeng_socialize_pad_window_width">580dip</dimen>
    <dimen name="vendor_image_size">100dp</dimen>
    <dimen name="vk_share_dialog_padding">10dp</dimen>
    <dimen name="vk_share_dialog_padding_top">6dp</dimen>
    <dimen name="vk_share_dialog_view_padding">5dp</dimen>
    <dimen name="vk_share_link_top_margin">2dp</dimen>
    <dimen name="vk_share_send_text_size">12sp</dimen>
    <dimen name="vk_share_settings_button_min_height">48dp</dimen>
    <dimen name="vk_share_title_link_host_size">15sp</dimen>
    <dimen name="vk_share_title_link_title_size">16sp</dimen>
    <dimen name="vk_share_title_text_size">18sp</dimen>
    <dimen name="vk_share_top_button_padding_left">1dp</dimen>
    <dimen name="vk_share_top_button_padding_right">14dp</dimen>
    <dimen name="vk_share_top_image_margin">6dp</dimen>
    <dimen name="vk_share_top_line_margin">8dp</dimen>
    <dimen name="vk_share_top_panel_height">48dp</dimen>
    <dimen name="vk_share_top_title_margin">5dp</dimen>
    <integer name="default_circle_indicator_orientation">0</integer>
    <integer name="default_title_indicator_footer_indicator_style">2</integer>
    <integer name="default_title_indicator_line_position">0</integer>
    <integer name="default_underline_indicator_fade_delay">300</integer>
    <integer name="default_underline_indicator_fade_length">400</integer>
    <string name="WIFI_NOTI">检测到您当前处于非WIFI网络状态!\n建议您在WIFI环境下升级软件</string>
    <string name="app_name">MyselfSuperAd</string>
    <string name="banner_close">banner关闭</string>
    <string name="banner_download_img">banner可下载提示</string>
    <string name="banner_full_img">banner全图</string>
    <string name="banner_img">banner显示图片</string>
    <string name="com_facebook_dialogloginactivity_ok_button">OK</string>
    <string name="com_facebook_image_download_unknown_error">Unexpected error while downloading an image.</string>
    <string name="com_facebook_internet_permission_error_message">WebView login requires INTERNET permission</string>
    <string name="com_facebook_internet_permission_error_title">AndroidManifest Error</string>
    <string name="com_facebook_like_button_liked">Liked</string>
    <string name="com_facebook_like_button_not_liked">Like</string>
    <string name="com_facebook_loading">Loading...</string>
    <string name="com_facebook_loginview_cancel_action">Cancel</string>
    <string name="com_facebook_loginview_log_in_button">Log in</string>
    <string name="com_facebook_loginview_log_in_button_long">Log in with Facebook</string>
    <string name="com_facebook_loginview_log_out_action">Log out</string>
    <string name="com_facebook_loginview_log_out_button">Log out</string>
    <string name="com_facebook_loginview_logged_in_as">Logged in as: %1$s</string>
    <string name="com_facebook_loginview_logged_in_using_facebook">Logged in using Facebook</string>
    <string name="com_facebook_requesterror_password_changed">Your Facebook password has changed. Please log into this app again to reconnect your Facebook account.</string>
    <string name="com_facebook_requesterror_permissions">This app doesn’t have permission to do this. To change permissions, try logging into the app again.</string>
    <string name="com_facebook_requesterror_reconnect">Please log into this app again to reconnect your Facebook account.</string>
    <string name="com_facebook_send_button_text">Send</string>
    <string name="com_facebook_share_button_text">Share</string>
    <string name="com_facebook_tooltip_default">New! You\'re in control - choose what info you want to share with apps.</string>
    <string name="facebook_app_id">1266254913438718</string>
    <string name="flickr_content">Flickr只支持图片分享</string>
    <string name="flickr_no_client">未安装Flickr客户端</string>
    <string name="flickr_no_content">请设置分享内容</string>
    <string name="flickr_showword">Flickr</string>
    <string name="foursquare_content">Foursquare只支持纯图片分享</string>
    <string name="foursquare_no_client">未安装Foursquare客户端</string>
    <string name="foursquare_showword">Foursquare</string>
    <string name="kakao_content">Kakao Talk只支持图片、文本分享</string>
    <string name="kakao_no_client">未安装Kakao Talk客户端</string>
    <string name="kakao_no_content">请设置分享内容</string>
    <string name="kakao_showword">Kakao Talk</string>
    <string name="line_content">Line只支持文本,图片</string>
    <string name="line_no_client">未安装Line客户端</string>
    <string name="line_no_content">请设置分享内容</string>
    <string name="line_showword">LINE</string>
    <string name="linkedin_content">linked只支持纯文本分享</string>
    <string name="linkedin_no_client">未安装LinkedIn客户端</string>
    <string name="linkedin_showword">LinkedIn</string>
    <string name="messenger_send_button_text">Send</string>
    <string name="pocket_content">pocket只支持网页链接分享</string>
    <string name="pocket_no_client">未安装pocket客户端</string>
    <string name="pocket_showword">Pocket</string>
    <string name="pull_to_refresh_pull_label" translatable="false">向下拉动可以刷新</string>
    <string name="pull_to_refresh_refreshing_label" translatable="false">加载中…</string>
    <string name="pull_to_refresh_release_label" translatable="false">松开可以刷新</string>
    <string name="pull_to_refresh_tap_label" translatable="false">点击刷新</string>
    <string name="tumblr_content">Tumblr只支持文本,图片,图文分享</string>
    <string name="tumblr_no_client">未安装Tumblr客户端</string>
    <string name="tumblr_no_content">请设置分享内容</string>
    <string name="tumblr_showword">Tumblr</string>
    <string name="umeng_auth_title">授权</string>
    <string name="umeng_check_alipay">检查支付宝</string>
    <string name="umeng_check_fb">检查facebook</string>
    <string name="umeng_check_qq">检查qq</string>
    <string name="umeng_check_sign">检查签名</string>
    <string name="umeng_check_sina">检查新浪</string>
    <string name="umeng_check_title">自检工具</string>
    <string name="umeng_check_vk">vkontakte</string>
    <string name="umeng_check_wx">检查微信</string>
    <string name="umeng_choose_style">选择分享类型</string>
    <string name="umeng_delauth_title">删除授权</string>
    <string name="umeng_example_home_btn_plus">社交分享</string>
    <string name="umeng_getinfo_title">获取用户信息</string>
    <string name="umeng_home_title">U-Share产品Demo</string>
    <string name="umeng_home_update">新版更新内容</string>
    <string name="umeng_menu_title">分享菜单模板</string>
    <string name="umeng_share_title">分享</string>
    <string name="umeng_sharebutton_copy">复制文本</string>
    <string name="umeng_sharebutton_copyurl">复制连接</string>
    <string name="umeng_socialize_back" translatable="false">返回</string>
    <string name="umeng_socialize_cancel_btn_str">取消</string>
    <string name="umeng_socialize_comment" translatable="false">评论</string>
    <string name="umeng_socialize_comment_detail" translatable="false">评论详情</string>
    <string name="umeng_socialize_content_hint">说点啥…</string>
    <string name="umeng_socialize_female">女</string>
    <string name="umeng_socialize_friends" translatable="false">关注的好友</string>
    <string name="umeng_socialize_img_des"/>
    <string name="umeng_socialize_laiwang_default_content">友盟社会化组件(SDK)让移动应用快速整合社交分享功能</string>
    <string name="umeng_socialize_login">登录</string>
    <string name="umeng_socialize_login_qq">QQ空间</string>
    <string name="umeng_socialize_mail">邮件</string>
    <string name="umeng_socialize_male">男</string>
    <string name="umeng_socialize_msg_hor" translatable="false">小时前</string>
    <string name="umeng_socialize_msg_min" translatable="false">分钟前</string>
    <string name="umeng_socialize_msg_sec" translatable="false">秒前</string>
    <string name="umeng_socialize_near_At" translatable="false">最近\@的好友</string>
    <string name="umeng_socialize_network_break_alert" translatable="false">请连接网络后再尝试!</string>
    <string name="umeng_socialize_send" translatable="false">发布</string>
    <string name="umeng_socialize_send_btn_str">发送</string>
    <string name="umeng_socialize_share">分享</string>
    <string name="umeng_socialize_share_content">友盟社会化组件(SDK)让移动应用快速整合社交分享功能,我们简化了社交平台的接入,为开发者提供坚实的基础服务。(一)支持各大主流社交平台, 
                                                (二)支持图片、文字、gif动图、音频、视频;@好友,关注官方微博等功能。
                                                (三)提供详尽的后台用户社交行为分析。www.umeng.com/social</string>
    <string name="umeng_socialize_sharetodouban">分享到豆瓣</string>
    <string name="umeng_socialize_sharetolinkin">分享到领英</string>
    <string name="umeng_socialize_sharetorenren">分享到人人网</string>
    <string name="umeng_socialize_sharetosina">分享到新浪微博</string>
    <string name="umeng_socialize_sharetotencent">分享到腾讯微博</string>
    <string name="umeng_socialize_sharetotwitter">分享到twitter</string>
    <string name="umeng_socialize_sina">新浪</string>
    <string name="umeng_socialize_sms">短信</string>
    <string name="umeng_socialize_text_add_custom_platform">请配置用户平台</string>
    <string name="umeng_socialize_text_alipay_key">支付宝</string>
    <string name="umeng_socialize_text_authorize">授权</string>
    <string name="umeng_socialize_text_choose_account">选择已有帐号登录</string>
    <string name="umeng_socialize_text_comment_hint">说点什么吧…</string>
    <string name="umeng_socialize_text_dingding_key">钉钉</string>
    <string name="umeng_socialize_text_douban_key">豆瓣网</string>
    <string name="umeng_socialize_text_dropbox_key">DropBox</string>
    <string name="umeng_socialize_text_evernote_key">印象笔记</string>
    <string name="umeng_socialize_text_facebook_key">Facebook</string>
    <string name="umeng_socialize_text_facebookmessager_key">Facebook Messager</string>
    <string name="umeng_socialize_text_flickr_key">Flickr</string>
    <string name="umeng_socialize_text_foursquare_key">Foursquare</string>
    <string name="umeng_socialize_text_friend_list">好友列表</string>
    <string name="umeng_socialize_text_googleplus_key">GooglePlus</string>
    <string name="umeng_socialize_text_instagram_key">Instagram</string>
    <string name="umeng_socialize_text_kakao_key">KakaoTalk</string>
    <string name="umeng_socialize_text_laiwang_dynamic_key">来往动态</string>
    <string name="umeng_socialize_text_laiwang_key">来往</string>
    <string name="umeng_socialize_text_laiwangdynamic_key">点点虫动态</string>
    <string name="umeng_socialize_text_line_key">LINE</string>
    <string name="umeng_socialize_text_linkedin_key">Linkedin</string>
    <string name="umeng_socialize_text_loading_message">载入中,请稍候...</string>
    <string name="umeng_socialize_text_login_fail">登录失败了,请重试</string>
    <string name="umeng_socialize_text_more_key">更多</string>
    <string name="umeng_socialize_text_pinterest_key">Pinterest</string>
    <string name="umeng_socialize_text_pocket_key">Pocket</string>
    <string name="umeng_socialize_text_qq_key">QQ</string>
    <string name="umeng_socialize_text_qq_zone_key">QQ空间</string>
    <string name="umeng_socialize_text_renren_key">人人网</string>
    <string name="umeng_socialize_text_sina_key">微博</string>
    <string name="umeng_socialize_text_tencent_key">腾讯微博</string>
    <string name="umeng_socialize_text_tencent_no_connection">无法连接到腾讯微博客户端</string>
    <string name="umeng_socialize_text_tencent_no_install">未安装腾讯微博客户端</string>
    <string name="umeng_socialize_text_tencent_oauth_login_fail">授权登录失败</string>
    <string name="umeng_socialize_text_tencent_version_no_match">版本不匹配,SSO只对微博客户端V3.8.1及以上的版本提供支持</string>
    <string name="umeng_socialize_text_tumblr_key">Tumblr</string>
    <string name="umeng_socialize_text_twitter_key">Twitter</string>
    <string name="umeng_socialize_text_ucenter">个人中心</string>
    <string name="umeng_socialize_text_unauthorize">未授权</string>
    <string name="umeng_socialize_text_visitor">游客</string>
    <string name="umeng_socialize_text_vkontakte_key">VKontakte</string>
    <string name="umeng_socialize_text_waitting">请稍候...</string>
    <string name="umeng_socialize_text_waitting_message">,请稍候...</string>
    <string name="umeng_socialize_text_waitting_qq">跳转QQ中,请稍候...</string>
    <string name="umeng_socialize_text_waitting_qzone">跳转QZone中,请稍候...</string>
    <string name="umeng_socialize_text_waitting_redirect">跳转</string>
    <string name="umeng_socialize_text_waitting_share">分享中…</string>
    <string name="umeng_socialize_text_waitting_weixin">跳转微信中,请稍候...</string>
    <string name="umeng_socialize_text_waitting_weixin_circle">跳转朋友圈中,请稍候...</string>
    <string name="umeng_socialize_text_waitting_yixin">跳转易信中,请稍候...</string>
    <string name="umeng_socialize_text_waitting_yixin_circle">跳转易信朋友圈中,请稍候...</string>
    <string name="umeng_socialize_text_weixin_circle_key">微信朋友圈</string>
    <string name="umeng_socialize_text_weixin_fav_key">微信收藏</string>
    <string name="umeng_socialize_text_weixin_key">微信</string>
    <string name="umeng_socialize_text_wenxin_fav">微信收藏</string>
    <string name="umeng_socialize_text_whatsapp_key">WhatsApp</string>
    <string name="umeng_socialize_text_ydnote_key">有道云笔记</string>
    <string name="umeng_socialize_text_yixin_key">易信</string>
    <string name="umeng_socialize_text_yixincircle_key">易信朋友圈</string>
    <string name="umeng_socialize_tip_blacklist" translatable="false">对不起,因为违反了用户协议您已被禁言.</string>
    <string name="umeng_socialize_tip_loginfailed" translatable="false">登录失败…</string>
    <string name="umeng_socialize_ucenter_login_title_guide" translatable="false">游客登录</string>
    <string name="umeng_socialize_ucenter_login_title_platform" translatable="false">登录帐号</string>
    <string name="umeng_update_content">版本号:6.4.4\n1.twitter不安装客户端也可以进行分享\n2.facebook不安装客户端也可以进行分享\n3.新浪精简版,修复部分rom不能唤起客户端问题\n4.增加新浪微博linkcard的功能\n5.修改微信精简版分享小程序的相关bug,以及对微信的版本做了适配兼容</string>
    <string name="update_linkedin_app_cancel">Cancel</string>
    <string name="update_linkedin_app_download">Download</string>
    <string name="update_linkedin_app_message">To connect with LinkedIn you need to update LinkedIn app. Would you like to do it?</string>
    <string name="update_linkedin_app_title">Update LinkedIn app</string>
    <string name="vk_enter_captcha_text">Enter captcha text here</string>
    <string name="vk_name">VK</string>
    <string name="vk_new_message_text">Enter your message..</string>
    <string name="vk_new_post_settings">Post settings</string>
    <string name="vk_retry">Retry</string>
    <string name="vk_send">SEND</string>
    <string name="vk_share">Share</string>
    <string name="whatsapp_content">有道云笔记只支持文本,图片</string>
    <string name="whatsapp_no_client">未安装有WhatsApp客户端</string>
    <string name="whatsapp_no_content">请设置分享内容</string>
    <string name="whatsapp_showword">WhatsApp</string>
    <string name="ynote_content">有道云笔记只支持文本,图片,图文分享</string>
    <string name="ynote_no_client">未安装有道云笔记客户端</string>
    <string name="ynote_no_content">请设置分享内容</string>
    <string name="ynote_showword">有道云笔记</string>
    <style name="ACPLDialog">
        <item name="android:windowFrame">@null</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowIsFloating">true</item>
        <item name="android:windowContentOverlay">@null</item>
    </style>
    <style name="AppBaseTheme" parent="android:Theme.Light">
        <!--
            Theme customizations available in newer API levels can go in
            res/values-vXX/styles.xml, while customizations related to
            backward-compatibility can go here.
 
 
 
 
        -->
    </style>
    <style name="AppTheme" parent="AppBaseTheme">
        <!-- All customizations that are NOT specific to a particular API-level can go here. -->
    </style>
    <style name="Dialog" parent="android:style/Theme.Dialog">  
        <item name="android:background">#00000000</item>  
        <item name="android:windowBackground">@android:color/transparent</item>  
        <item name="android:windowNoTitle">true</item>  
        <item name="android:windowIsFloating">true</item>  
    </style>
    <style name="Dialog_Fullscreen">
 
        <!-- 边框 -->
        <item name="android:windowFrame">@null</item>
        <!-- 半透明 -->
        <item name="android:windowIsTranslucent">true</item>
        <!-- 背景透明 -->
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowFullscreen">true</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:backgroundDimEnabled">true</item>
        <item name="android:backgroundDimAmount">0.6</item>
    </style>
    <style name="MessengerButton">
    <item name="android:clickable">true</item>
  </style>
    <style name="MessengerButton.Blue">
    <item name="android:background">@drawable/messenger_button_blue_bg_selector</item>
  </style>
    <style name="MessengerButton.Blue.Large">
    <item name="android:layout_width">match_parent</item>
    <item name="android:layout_height">44dp</item>
    <item name="android:layout_marginLeft">16dp</item>
    <item name="android:layout_marginRight">16dp</item>
  </style>
    <style name="MessengerButton.Blue.Small">
    <item name="android:layout_width">158dp</item>
    <item name="android:layout_height">36dp</item>
  </style>
    <style name="MessengerButton.White">
    <item name="android:background">@drawable/messenger_button_white_bg_selector</item>
  </style>
    <style name="MessengerButton.White.Large">
    <item name="android:layout_width">match_parent</item>
    <item name="android:layout_height">44dp</item>
    <item name="android:layout_marginLeft">16dp</item>
    <item name="android:layout_marginRight">16dp</item>
  </style>
    <style name="MessengerButton.White.Small">
    <item name="android:layout_width">158dp</item>
    <item name="android:layout_height">36dp</item>
  </style>
    <style name="MessengerButtonText">
    <item name="android:layout_width">wrap_content</item>
    <item name="android:layout_height">wrap_content</item>
    <item name="android:layout_gravity">center</item>
    <item name="android:drawablePadding">4dp</item>
    <item name="android:gravity">center</item>
    <!--suppress NewApi -->
    <!-- <item name="android:textAllCaps">true</item> -->
    <item name="android:textSize">14sp</item>
    <item name="android:textStyle">bold</item>
  </style>
    <style name="MessengerButtonText.Blue">
    <item name="android:textColor">#ffffff</item>
  </style>
    <style name="MessengerButtonText.Blue.Large">
    <item name="android:drawableLeft">@drawable/messenger_bubble_large_white</item>
  </style>
    <style name="MessengerButtonText.Blue.Small">
    <item name="android:drawableLeft">@drawable/messenger_bubble_small_white</item>
  </style>
    <style name="MessengerButtonText.White">
    <item name="android:textColor">#0084ff</item>
  </style>
    <style name="MessengerButtonText.White.Large">
    <item name="android:drawableLeft">@drawable/messenger_bubble_large_blue</item>
  </style>
    <style name="MessengerButtonText.White.Small">
    <item name="android:drawableLeft">@drawable/messenger_bubble_small_blue</item>
  </style>
    <style name="Notitle_Fullscreen">
        <item name="android:windowFullscreen">true</item>
        <item name="android:windowNoTitle">true</item>
    </style>
    <style name="SlidingDialogAnimation" parent="android:Animation">
        <item name="android:windowEnterAnimation">@anim/sliding_dialog_enter</item>
        <item name="android:windowExitAnimation">@anim/sliding_dialog_exit</item>
    </style>
    <style name="SlidingDialogTheme" parent="android:Theme"/>
    <style name="TextAppearance.LxyTabPageIndicator" parent="Widget">
        <item name="android:textStyle">bold</item>
        <item name="android:textColor">#ff999999</item>
    </style>
    <style name="TextAppearance.TabPageIndicator" parent="Widget">
        <item name="android:textStyle">bold</item>
        <item name="android:textColor">#ff000000</item>
    </style>
    <style name="TextBule1">
        <item name="android:textColor">@color/blue</item>
    </style>
    <style name="TextBuleLarge" parent="TextBule1">
        <item name="android:textAppearance">?android:attr/textAppearanceLarge</item>
    </style>
    <style name="TextBuleNormal" parent="TextBule1">
        <item name="android:textAppearance">?android:attr/textAppearance</item>
    </style>
    <style name="Theme.PageIndicatorDefaults" parent="android:Theme">
        <item name="vpiIconPageIndicatorStyle">@style/Widget.IconPageIndicator</item>
        <item name="vpiTabPageIndicatorStyle">@style/Widget.TabPageIndicator1</item>
        <item name="lxyTabPageIndicatorStyle">@style/Widget.LxyTabPageIndicator</item>
    </style>
    <style name="Theme.Sliding.Dialog" parent="SlidingDialogTheme">
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowAnimationStyle">@style/SlidingDialogAnimation</item>
        <item name="android:windowCloseOnTouchOutside">true</item>
    </style>
    <style name="Theme.UMDefault" parent="android:style/Theme.NoTitleBar"/>
    <style name="Theme.UMDialog" parent="android:style/Theme.Dialog">
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowBackground">@android:color/transparent</item>
    </style>
    <style name="VK.Transparent" parent="android:Theme">
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowIsFloating">true</item>
    </style>
    <style name="VKAlertDialog">
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowContentOverlay">@null</item>
    </style>
    <style name="Widget"/>
    <style name="Widget.IconPageIndicator" parent="Widget">
        <item name="android:layout_marginLeft">6dp</item>
        <item name="android:layout_marginRight">6dp</item>
    </style>
    <style name="Widget.LxyTabPageIndicator" parent="Widget">
        <item name="android:gravity">center</item>
        <item name="android:background">@drawable/lxy__tab_indicator</item>
        <item name="android:paddingLeft">22dip</item>
        <item name="android:paddingRight">22dip</item>
        <item name="android:paddingTop">12dp</item>
        <item name="android:paddingBottom">12dp</item>
        <item name="android:textAppearance">@style/TextAppearance.LxyTabPageIndicator</item>
        <item name="android:textSize">12sp</item>
        <item name="android:maxLines">1</item>
    </style>
    <style name="Widget.TabPageIndicator" parent="Widget">
        <item name="android:gravity">center</item>
        <item name="android:background">@drawable/mvpi__tab_indicator</item>
        <item name="android:paddingLeft">22dip</item>
        <item name="android:paddingRight">22dip</item>
        <item name="android:paddingTop">12dp</item>
        <item name="android:paddingBottom">12dp</item>
        <item name="android:textAppearance">@style/TextAppearance.TabPageIndicator</item>
        <item name="android:textSize">12sp</item>
        <item name="android:maxLines">1</item>
    </style>
    <style name="Widget.TabPageIndicator1" parent="Widget">
        <item name="android:gravity">center</item>
        <item name="android:background">@drawable/vpi__tab_indicator1</item>
        <item name="android:paddingLeft">22dip</item>
        <item name="android:paddingRight">22dip</item>
        <item name="android:paddingTop">12dp</item>
        <item name="android:paddingBottom">12dp</item>
        <item name="android:textAppearance">@style/TextAppearance.TabPageIndicator</item>
        <item name="android:textSize">12sp</item>
        <item name="android:maxLines">1</item>
    </style>
    <style name="Widget.TabPageIndicator2" parent="Widget">
        <item name="android:gravity">center</item>
        <item name="android:background">@drawable/vpi__tab_indicator2</item>
        <item name="android:paddingLeft">22dip</item>
        <item name="android:paddingRight">22dip</item>
        <item name="android:paddingTop">8dp</item>
        <item name="android:paddingBottom">8dp</item>
        <item name="android:maxLines">1</item>
    </style>
    <style name="com_facebook_button" parent="@android:style/Widget.Button">
        <item name="android:background">@drawable/com_facebook_button_background</item>
        <item name="android:drawablePadding">6dp</item>
        <item name="android:gravity">center</item>
        <item name="android:paddingBottom">5dp</item>
        <item name="android:paddingLeft">8dp</item>
        <item name="android:paddingRight">8dp</item>
        <item name="android:paddingTop">5dp</item>
        <item name="android:textColor">#ffffff</item>
        <item name="android:textSize">14.0dp</item>
    </style>
    <style name="com_facebook_button_like" parent="com_facebook_button">
        <item name="android:background">@drawable/com_facebook_button_like_background</item>
    </style>
    <style name="com_facebook_button_send" parent="com_facebook_button">
        <item name="android:background">@drawable/com_facebook_button_send_background</item>
        <item name="android:drawableLeft">@drawable/com_facebook_button_send_icon</item>
        <item name="android:text">@string/com_facebook_send_button_text</item>
    </style>
    <style name="com_facebook_button_share" parent="com_facebook_button">
        <item name="android:drawableLeft">@drawable/com_facebook_button_icon</item>
        <item name="android:text">@string/com_facebook_share_button_text</item>
    </style>
    <style name="com_facebook_loginview_default_style" parent="com_facebook_button">
        <item name="android:drawableLeft">@drawable/com_facebook_button_icon</item>
    </style>
    <style name="com_facebook_loginview_silver_style" parent="com_facebook_loginview_default_style">
        <item name="android:background">@drawable/com_facebook_button_login_silver_background</item>
        <item name="android:drawableLeft">@null</item>
        <item name="android:textColor">#4b5164</item>
    </style>
    <style name="dialogstyle" parent="android:Animation">
        <item name="@android:windowEnterAnimation">@anim/bottom_dialog_enter</item>
        <item name="@android:windowExitAnimation">@anim/bottom_dialog_exit</item>
    </style>
    <style mce_bogus="1" name="lan_DialogWindowAnim" parent="android:Animation">
        <item name="android:windowExitAnimation">@anim/shake_umeng_socialize_dlg_alpha</item>
    </style>
    <style name="notitleDialog">
 
        <!-- 边框 -->
        <item name="android:windowFrame">@null</item>
        <!-- 半透明 -->
        <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>
    </style>
    <style name="scrshot_dlg_style" parent="@android:style/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:background">@android:color/transparent</item>
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:backgroundDimEnabled">true</item>
        <item name="android:backgroundDimAmount">0.6</item>
    </style>
    <style mce_bogus="1" name="snapshotDialogWindowAnim" parent="android:Animation">
        <item name="android:windowEnterAnimation">@anim/shake_umeng_socialize_scrshot_dlg</item>
        <item name="android:windowExitAnimation">@anim/shake_umeng_socialize_dlg_alpha</item>
    </style>
    <style name="tooltip_bubble_text">
        <item name="android:textColor">@android:color/white</item>
        <item name="android:gravity">left</item>
        <item name="android:textSize">12sp</item>
        <item name="android:shadowDy">-1</item>
        <item name="android:shadowRadius">0.25</item>
        <item name="android:shadowColor">#40000000</item>
    </style>
    <style name="umeng_socialize_action_bar_item_im">
        <item name="android:layout_width">25dp</item>
        <item name="android:layout_height">25dp</item>
        <item name="android:scaleType">fitCenter</item>
        <item name="android:layout_centerVertical">true</item>
    </style>
    <style name="umeng_socialize_action_bar_item_tv">
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_height">fill_parent</item>
        <item name="android:layout_marginLeft">5dp</item>
        <item name="android:text">999</item>
        <item name="android:gravity">center</item>
        <item name="android:textColor">#ffffff</item>
        <item name="android:textSize">12sp</item>
        <item name="android:textStyle">bold</item>
    </style>
    <style name="umeng_socialize_action_bar_itemlayout">
        <item name="android:layout_height">fill_parent</item>
        <item name="android:layout_width">fill_parent</item>
        <item name="android:layout_weight">1</item>
        <item name="android:paddingLeft">4dp</item>
        <item name="android:paddingTop">4dp</item>
        <item name="android:paddingRight">4dp</item>
        <item name="android:gravity">center_vertical</item>
    </style>
    <style name="umeng_socialize_dialog_anim_fade">
        <item name="android:windowEnterAnimation">@anim/umeng_socialize_fade_in</item>
        <item name="android:windowExitAnimation">@anim/umeng_socialize_fade_out</item>
    </style>
    <style name="umeng_socialize_dialog_animations">
        <item name="android:windowEnterAnimation">@anim/umeng_socialize_slide_in_from_bottom</item>
        <item name="android:windowExitAnimation">@anim/umeng_socialize_slide_out_from_bottom</item>
    </style>
    <style name="umeng_socialize_divider">
        <item name="android:layout_width">fill_parent</item>
        <item name="android:layout_height">1dp</item>
        <item name="android:background">@color/umeng_socialize_divider</item>
    </style>
    <style name="umeng_socialize_edit_padding">
        <item name="android:layout_width">fill_parent</item>
        <item name="android:layout_height">fill_parent</item>
        <item name="android:background">@color/umeng_socialize_list_item_bgcolor</item>
        <item name="android:layout_marginLeft">6dp</item>
        <item name="android:layout_marginRight">6dp</item>
        <item name="android:layout_marginTop">6dp</item>
        <item name="android:layout_marginBottom">6dp</item>
    </style>
    <style name="umeng_socialize_list_item">
        <item name="android:layout_width">fill_parent</item>
        <item name="android:layout_height">55dp</item>
        <item name="android:background">@color/umeng_socialize_list_item_bgcolor</item>
        <item name="android:paddingBottom">5dp</item>
        <item name="android:paddingTop">5dp</item>
    </style>
    <style name="umeng_socialize_popup_dialog" parent="@android:style/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:background">@android:color/transparent</item>
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:backgroundDimEnabled">true</item>
        <item name="android:backgroundDimAmount">0.6</item>
    </style>
    <style name="umeng_socialize_popup_dialog_anim" parent="@style/umeng_socialize_popup_dialog">
        <item name="android:windowAnimationStyle">@style/umeng_socialize_dialog_animations</item>
    </style>
    <style name="umeng_socialize_shareboard_animation">
        <item name="android:windowEnterAnimation">@anim/umeng_socialize_shareboard_animation_in
        </item>
        <item name="android:windowExitAnimation">@anim/umeng_socialize_shareboard_animation_out
        </item>
    </style>
</resources>