File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3232 android : id =" @+id/app_widget_container"
3333 android : layout_width =" match_parent"
3434 android : layout_height =" 0dip"
35- android : layout_weight =" 1 "
35+ android : layout_weight =" 0.4 "
3636 android : visibility =" gone" >
3737
3838 <!-- TODO: Remove this once supported as a widget -->
4444 android : id =" @+id/view_flipper"
4545 android : layout_width =" @dimen/kg_security_view_width"
4646 android : layout_height =" 0dip"
47- android : layout_weight =" 1 "
47+ android : layout_weight =" 0.6 "
4848 android : layout_gravity =" center" >
4949
5050 <include layout =" @layout/keyguard_selector_view" />
Original file line number Diff line number Diff line change 4545 <!-- Size of lockscreen outerring on unsecure unlock LockScreen -->
4646 <dimen name =" keyguard_lockscreen_outerring_diameter" >364dp</dimen >
4747
48+ <!-- Height of FaceUnlock view in keyguard -->
49+ <dimen name =" face_unlock_height" >430dip</dimen >
50+
4851 <!-- target placement radius for GlowPadView. Should be 1/2 of outerring diameter. -->
4952 <dimen name =" glowpadview_target_placement_radius" >182dip</dimen >
5053
Original file line number Diff line number Diff line change 193193 <!-- Padding on left margin of PIN text entry field to center it when del button is showing -->
194194 <dimen name =" keyguard_lockscreen_pin_margin_left" >40dip</dimen >
195195
196- <!-- Height of FaceUnlock widget in keyguard -->
196+ <!-- Height of FaceUnlock view in keyguard -->
197197 <dimen name =" face_unlock_height" >330dip</dimen >
198198
199199 <!-- Minimum popup width for selecting an activity in ActivityChooserDialog/ActivityChooserView. -->
You can’t perform that action at this time.
0 commit comments