View difference between Paste ID: SKdyZZvp and Eb4KEbRz
SHOW: | | - or go back to the newest paste.
1
<?xml version="1.0" encoding="utf-8" ?>
2
3
<!--
4
   This file is used for those applications which wants to run in the
5
   native android mode.
6
-->
7
8
9
10
<MIUI_Theme_Values>
11
<!--  Global window background color global and background color (that remains at the bottom; color Intermediate Menu) --> 
12
    <color name="mi_screen_background_dark">#fff7f7f7</color>
13
    <color name="mi_screen_background_dark_transparent">#80f7f7f7</color>
14
    <color name="mi_background_dark">#fff7f7f7</color>
15
    <color name="mi_bright_background_dark">#ff000000</color>
16
    
17
<!-- Global primary text color (the primary phone, address book and SMS)-->
18
    <color name="mi_bright_foreground_dark">#ff000000</color>
19
    <color name="mi_bright_foreground_dark_disabled">#ff000000</color>
20
    <color name="mi_bright_foreground_dark_inverse">#ff000000</color>
21
22
<!--  Global secondary text color (description of controls notifications bar, a secondary phone and sms)--> 
23
    <color name="mi_dim_foreground_dark">#ffd77a12</color>
24
    <color name="mi_dim_foreground_dark_disabled">#ffd77a12</color>
25
    <color name="mi_dim_foreground_dark_inverse">#ffffffff</color>
26
    <color name="mi_dim_foreground_dark_inverse_disabled">#ff000000</color>
27
28
<!-- Options Menu/Context Menu text color (pressing the menu button in the launcher)-->
29
    <color name="mi_options_menu_text_normal">#ffffffff</color>
30
    <color name="mi_options_menu_text_disabled">#ffffffff</color>
31
    <color name="mi_options_menu_text_inverse">#ff000000</color>
32
33
<!--  Preference primary text color (Set the color from top to bottom of main text)--> 
34
    <color name="mi_preference_primary">#ffffffff</color>
35
    <color name="mi_preference_primary_disabled">#80ffffff</color>
36
    <color name="mi_preference_primary_inverse">#ff000000</color>
37
38
<!--  Preference secondary text color (description of settings and name settings)(Set the text color from top to bottom District Minor)--> 
39
    <color name="mi_preference_secondary">#ffd77a12</color>
40
    <color name="mi_preference_secondary_disabled">#80bebebe</color>
41
    <color name="mi_preference_secondary_inverse">#ff323232</color>
42
43
<!-- Popup dialog background color -->
44
    
45
<color name="dlg_bright_background_dark">#ff000000</color>
46
  
47
48
<!-- Popup dialog primary text color (primary color that appears in the popup)-->
49
    
50
<color name="dlg_bright_foreground_dark">#ffffffff</color>
51
    
52
<color name="dlg_bright_foreground_dark_disabled">#80ffffff</color>
53
    
54
<color name="dlg_bright_foreground_dark_inverse">#ff000000</color>
55
    
56
57
<!-- Popup dialog secondary text color (secondary color that appears in the popup,% application and some interactions)-->
58
    
59
<color name="dlg_dim_foreground_dark">#ffffffff</color>
60
    
61
<color name="dlg_dim_foreground_dark_disabled">#80bebebe</color>
62
    
63
<color name="dlg_dim_foreground_dark_inverse">#ffffffff</color>
64
    
65
<color name="dlg_dim_foreground_dark_inverse_disabled">80ffffff</color>
66
  
67
68
<!--  Button text color/shadow/shadow offset (text in buttons)--> 
69
  <color name="button_text_color">#ff000000</color> 
70
  <color name="button_text_color_disabled">#60e8e8e8</color> 
71
  <color name="button_text_shadow">#00000000</color>
72
  <integer name="button_text_shadow_dy">-1</integer>
73
74
<!-- ExpandableListView header text color (Color in list controls such as document management, etc.)-->
75
    
76
<color name="expandlistview_header_text_color">#ffffffff</color>
77
   
78
<color name="expandlistview_header_shadow_color">#00000000</color>
79
    
80
<integer name="expandlistview_header_shadow_dy">-1</integer> 
81
82
<!--  status bar text color (color in the status bar - now, operator ..)-->
83
   <color name="status_bar_textColor">#ffffffff</color>
84
85
<!--  status bar event title color (primary and secondary text color in the status bar)-->
86
 
87
<color name="status_bar_event_title_normal">#ffffffff</color>
88
    
89
<color name="status_bar_event_title_inverse">#ff000000</color>
90
    
91
<color name="status_bar_event_content_normal">#66ffffff</color>
92
   
93
<color name="status_bar_event_content_inverse">#66000000</color>
94
95
96-
 <MIUI_Theme_Values>
96+
 </MIUI_Theme_Values>