File tree Expand file tree Collapse file tree 4 files changed +14
-7
lines changed
Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 2323 android : id =" @+id/keyguard_add_widget"
2424 android : layout_width =" match_parent"
2525 android : layout_height =" match_parent"
26- android : gravity =" center_horizontal" >
27- <ImageView
28- android : id =" @+id/keyguard_add_widget_view"
29- android : clickable =" true"
30- android : layout_width =" match_parent"
31- android : layout_height =" match_parent"
32- android : src =" @drawable/add_widget" />
26+ >
27+ <FrameLayout
28+ android : layout_width =" match_parent"
29+ android : layout_height =" match_parent"
30+ >
31+ <ImageView
32+ android : id =" @+id/keyguard_add_widget_view"
33+ android : clickable =" true"
34+ android : layout_width =" wrap_content"
35+ android : layout_height =" wrap_content"
36+ android : layout_gravity =" center"
37+ android : padding =" 24dp"
38+ android : src =" @drawable/add_widget" />
39+ </FrameLayout >
3340</com .android.internal.policy.impl.keyguard.KeyguardWidgetFrame>
You can’t perform that action at this time.
0 commit comments