|
35 | 35 | android:layout_width="@dimen/status_bar_icon_size" |
36 | 36 | android:layout_height="match_parent" |
37 | 37 | android:paddingLeft="6dip" |
38 | | - android:paddingBottom="2dip" |
| 38 | + android:paddingBottom="2dip" |
39 | 39 | android:src="@drawable/ic_sysbar_lights_out_dot_small" |
40 | 40 | android:scaleType="center" |
41 | 41 | android:visibility="gone" |
42 | 42 | /> |
43 | 43 |
|
44 | | - <LinearLayout android:id="@+id/icons" |
| 44 | + <LinearLayout android:id="@+id/status_bar_contents" |
45 | 45 | android:layout_width="match_parent" |
46 | 46 | android:layout_height="match_parent" |
47 | 47 | android:paddingLeft="6dip" |
|
50 | 50 | > |
51 | 51 |
|
52 | 52 | <LinearLayout |
53 | | - android:id="@+id/notification_icon_area" |
| 53 | + android:id="@+id/notification_icon_area" |
54 | 54 | android:layout_width="0dip" |
55 | 55 | android:layout_height="match_parent" |
56 | 56 | android:layout_weight="1" |
|
71 | 71 | android:orientation="horizontal"/> |
72 | 72 | </LinearLayout> |
73 | 73 |
|
74 | | - <LinearLayout android:id="@+id/statusIcons" |
| 74 | + <LinearLayout android:id="@+id/system_icon_area" |
75 | 75 | android:layout_width="wrap_content" |
76 | 76 | android:layout_height="match_parent" |
77 | | - android:gravity="center_vertical" |
78 | | - android:orientation="horizontal"/> |
| 77 | + android:orientation="horizontal"> |
79 | 78 |
|
80 | | - <LinearLayout |
81 | | - android:id="@+id/signal_battery_cluster" |
82 | | - android:layout_width="wrap_content" |
83 | | - android:layout_height="match_parent" |
84 | | - android:paddingLeft="2dp" |
85 | | - android:orientation="horizontal" |
86 | | - android:gravity="center" |
87 | | - > |
88 | | - <include layout="@layout/signal_cluster_view" |
89 | | - android:id="@+id/signal_cluster" |
| 79 | + <LinearLayout android:id="@+id/statusIcons" |
90 | 80 | android:layout_width="wrap_content" |
91 | | - android:layout_height="wrap_content" |
92 | | - /> |
93 | | - <ImageView |
94 | | - android:id="@+id/battery" |
95 | | - android:layout_height="wrap_content" |
| 81 | + android:layout_height="match_parent" |
| 82 | + android:gravity="center_vertical" |
| 83 | + android:orientation="horizontal"/> |
| 84 | + |
| 85 | + <LinearLayout |
| 86 | + android:id="@+id/signal_battery_cluster" |
| 87 | + android:layout_width="wrap_content" |
| 88 | + android:layout_height="match_parent" |
| 89 | + android:paddingLeft="2dp" |
| 90 | + android:orientation="horizontal" |
| 91 | + android:gravity="center" |
| 92 | + > |
| 93 | + <include layout="@layout/signal_cluster_view" |
| 94 | + android:id="@+id/signal_cluster" |
| 95 | + android:layout_width="wrap_content" |
| 96 | + android:layout_height="wrap_content" |
| 97 | + /> |
| 98 | + <ImageView |
| 99 | + android:id="@+id/battery" |
| 100 | + android:layout_height="wrap_content" |
| 101 | + android:layout_width="wrap_content" |
| 102 | + android:paddingLeft="4dip" |
| 103 | + /> |
| 104 | + </LinearLayout> |
| 105 | + |
| 106 | + <com.android.systemui.statusbar.policy.Clock |
| 107 | + android:id="@+id/clock" |
| 108 | + android:textAppearance="@style/TextAppearance.StatusBar.Clock" |
96 | 109 | android:layout_width="wrap_content" |
97 | | - android:paddingLeft="4dip" |
| 110 | + android:layout_height="match_parent" |
| 111 | + android:singleLine="true" |
| 112 | + android:paddingLeft="6dip" |
| 113 | + android:gravity="center_vertical|left" |
98 | 114 | /> |
99 | 115 | </LinearLayout> |
100 | | - |
101 | | - <com.android.systemui.statusbar.policy.Clock |
102 | | - android:id="@+id/clock" |
103 | | - android:textAppearance="@style/TextAppearance.StatusBar.Clock" |
104 | | - android:layout_width="wrap_content" |
105 | | - android:layout_height="match_parent" |
106 | | - android:singleLine="true" |
107 | | - android:paddingLeft="6dip" |
108 | | - android:gravity="center_vertical|left" |
109 | | - /> |
110 | 116 | </LinearLayout> |
111 | 117 |
|
112 | 118 | <LinearLayout android:id="@+id/ticker" |
|
0 commit comments