File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed
packages/SystemUI/res/layout Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change 2626 android : paddingRight =" 0px"
2727 >
2828
29- <View
30- android : layout_width =" match_parent"
31- android : layout_height =" wrap_content"
32- android : layout_weight =" 1"
33- android : background =" @drawable/notification_tracking_bg"
34- />
29+ <FrameLayout
30+ android : layout_width =" match_parent"
31+ android : layout_height =" wrap_content"
32+ android : layout_weight =" 1"
33+ android : background =" @drawable/notification_tracking_bg"
34+ >
35+ <com .android.systemui.statusbar.phone.CarrierLabel
36+ android : textAppearance =" @style/TextAppearance.StatusBar.Clock"
37+ android : layout_height =" wrap_content"
38+ android : layout_width =" match_parent"
39+ android : layout_gravity =" bottom"
40+ android : gravity =" center"
41+ android : paddingBottom =" 20dp"
42+ />
43+ </FrameLayout >
3544
3645 <com .android.systemui.statusbar.phone.CloseDragHandle android : id =" @+id/close"
3746 android : layout_width =" match_parent"
You can’t perform that action at this time.
0 commit comments