File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2929
3030 <com .android.internal.widget.DigitalClock android : id =" @+id/time"
3131 android : layout_marginTop =" @dimen/keyguard_lockscreen_status_line_clockfont_top_margin"
32- android : layout_marginBottom =" 12dip "
32+ android : layout_marginBottom =" @dimen/keyguard_lockscreen_status_line_clockfont_bottom_margin "
3333 android : layout_marginRight =" @dimen/keyguard_lockscreen_status_line_font_right_margin"
3434 android : layout_gravity =" right" >
3535
4242 android : ellipsize =" none"
4343 android : textSize =" @dimen/keyguard_lockscreen_clock_font_size"
4444 android : textAppearance =" ?android:attr/textAppearanceMedium"
45- android : layout_marginBottom =" 6dip"
4645 android : textColor =" @color/lockscreen_clock_background"
4746 />
4847
5352 android : ellipsize =" none"
5453 android : textSize =" @dimen/keyguard_lockscreen_clock_font_size"
5554 android : textAppearance =" ?android:attr/textAppearanceMedium"
56- android : layout_marginBottom =" 6dip"
5755 android : textColor =" @color/lockscreen_clock_foreground"
5856 />
5957
110108 android : id =" @+id/lockPattern"
111109 android : layout_width =" match_parent"
112110 android : layout_height =" match_parent"
113- android : layout_marginTop =" 8dip"
114111 android : layout_marginRight =" 8dip"
115112 android : layout_marginBottom =" 4dip"
116113 android : layout_marginLeft =" 8dip"
117- android : layout_gravity =" center|bottom "
114+ android : layout_gravity =" center_horizontal "
118115 />
119116
120117 <TextView
Original file line number Diff line number Diff line change 152152 <dimen name =" action_bar_subtitle_bottom_margin" >5dip</dimen >
153153
154154 <!-- Size of clock font in LockScreen on Unsecure unlock screen. -->
155- <dimen name =" keyguard_lockscreen_clock_font_size" >80sp </dimen >
155+ <dimen name =" keyguard_lockscreen_clock_font_size" >80dip </dimen >
156156
157157 <!-- Size of status line font on Unsecure unlock LockScreen. -->
158- <dimen name =" keyguard_lockscreen_status_line_font_size" >14sp </dimen >
158+ <dimen name =" keyguard_lockscreen_status_line_font_size" >14dip </dimen >
159159
160160 <!-- Size of right margin on Unsecure unlock LockScreen -->
161161 <dimen name =" keyguard_lockscreen_status_line_font_right_margin" >42dip</dimen >
162162
163163 <!-- Size of top margin on Clock font to edge on unlock LockScreen -->
164- <dimen name =" keyguard_lockscreen_status_line_clockfont_top_margin" >24dip</dimen >
164+ <dimen name =" keyguard_lockscreen_status_line_clockfont_top_margin" >22dip</dimen >
165+
166+ <!-- Size of top margin on Clock font to edge on unlock LockScreen -->
167+ <dimen name =" keyguard_lockscreen_status_line_clockfont_bottom_margin" >12dip</dimen >
165168
166169 <!-- Minimum popup width for selecting an activity in ActivityChooserDialog/ActivityChooserView. -->
167170 <dimen name =" activity_chooser_popup_min_width" >200dip</dimen >
You can’t perform that action at this time.
0 commit comments