File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed
Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 7777 android : layout_height =" match_parent"
7878 android : singleLine =" true"
7979 android : paddingRight =" 6dip"
80- android : textSize =" 16sp"
8180 android : gravity =" center_vertical|left"
8281 />
8382 </LinearLayout >
9190 <ImageSwitcher android : id =" @+id/tickerIcon"
9291 android : layout_width =" @dimen/status_bar_icon_size"
9392 android : layout_height =" @dimen/status_bar_icon_size"
94- android : layout_marginRight =" 2dip "
93+ android : layout_marginRight =" 4dip "
9594 >
9695 <com .android.systemui.statusbar.AnimatedImageView
9796 android : layout_width =" @dimen/status_bar_icon_size"
111110 android : paddingTop =" 2dip"
112111 android : paddingRight =" 10dip" >
113112 <TextView
114- android : textAppearance =" @*android: style/TextAppearance.StatusBar.Ticker "
113+ android : textAppearance =" @style/TextAppearance.StatusBar.PhoneTicker "
115114 android : layout_width =" match_parent"
116115 android : layout_height =" wrap_content"
117116 android : singleLine =" true"
118117 />
119118 <TextView
120- android : textAppearance =" @*android: style/TextAppearance.StatusBar.Ticker "
119+ android : textAppearance =" @style/TextAppearance.StatusBar.PhoneTicker "
121120 android : layout_width =" match_parent"
122121 android : layout_height =" wrap_content"
123122 android : singleLine =" true"
Original file line number Diff line number Diff line change 3535 android : background =" @drawable/notification_header_bg"
3636 >
3737 <com .android.systemui.statusbar.policy.DateView android : id =" @+id/date"
38- android : textAppearance =" @style/TextAppearance.StatusBar.Clock "
38+ android : textAppearance =" @style/TextAppearance.StatusBar.Date "
3939 android : layout_width =" wrap_content"
4040 android : layout_height =" match_parent"
4141 android : layout_alignParentLeft =" true"
Original file line number Diff line number Diff line change 4141 </style >
4242
4343 <style name =" TextAppearance.StatusBar.Clock" parent =" @*android:style/TextAppearance.StatusBar.Icon" >
44+ <!-- Note: must be dp to fit in status bar -->
45+ <item name =" android:textSize" >16dp</item >
46+ <item name =" android:textStyle" >normal</item >
47+ <item name =" android:textColor" >@android:color/holo_blue_light</item >
48+ </style >
49+
50+ <style name =" TextAppearance.StatusBar.Date" parent =" @*android:style/TextAppearance.StatusBar.Icon" >
4451 <item name =" android:textSize" >16sp</item >
4552 <item name =" android:textStyle" >normal</item >
4653 <item name =" android:textColor" >@android:color/holo_blue_light</item >
6976 <item name =" android:windowExitAnimation" >@anim/priority_alert_exit</item >
7077 </style >
7178
79+ <style name =" TextAppearance.StatusBar.PhoneTicker"
80+ parent =" @*android:style/TextAppearance.StatusBar.Ticker" >
81+ <!-- Note: must be dp to fit in status bar -->
82+ <item name =" android:textSize" >14dp</item >
83+ </style >
84+
7285</resources >
You can’t perform that action at this time.
0 commit comments