|
25 | 25 | android:visibility="gone" |
26 | 26 | android:gravity="center" |
27 | 27 | android:orientation="vertical"> |
28 | | - <Space |
29 | | - android:layout_width="match_parent" |
30 | | - android:layout_height="0dip" |
31 | | - android:layout_weight="1" /> |
32 | 28 | <com.android.internal.policy.impl.keyguard.KeyguardWidgetPager |
33 | 29 | android:id="@+id/app_widget_container" |
34 | 30 | android:layout_width="match_parent" |
35 | | - android:layout_height="@dimen/kg_widget_container_height"> |
| 31 | + android:layout_height="0dp" |
| 32 | + android:layout_weight="1" |
| 33 | + android:clipChildren="false" |
| 34 | + android:clipToPadding="false"> |
36 | 35 | <!-- TODO: Remove this when supported as a widget --> |
37 | 36 | <include layout="@layout/keyguard_status_view"/> |
38 | 37 | <include layout="@layout/keyguard_transport_control_view"/> |
39 | 38 | </com.android.internal.policy.impl.keyguard.KeyguardWidgetPager> |
40 | 39 | <LinearLayout |
41 | 40 | android:layout_width="match_parent" |
42 | | - android:layout_height="0dip" |
43 | | - android:layout_weight="1" |
44 | | - android:orientation="horizontal"> |
| 41 | + android:layout_height="10dp" |
| 42 | + android:orientation="horizontal" |
| 43 | + android:paddingLeft="@dimen/kg_widget_pager_horizontal_padding" |
| 44 | + android:paddingRight="@dimen/kg_widget_pager_horizontal_padding"> |
45 | 45 | <com.android.internal.policy.impl.keyguard.KeyguardGlowStripView |
46 | 46 | android:id="@+id/left_strip" |
47 | | - android:layout_width="0dip" |
| 47 | + android:paddingTop="@dimen/kg_runway_lights_vertical_padding" |
| 48 | + android:paddingBottom="@dimen/kg_runway_lights_vertical_padding" |
| 49 | + android:layout_width="0dp" |
48 | 50 | android:layout_height="match_parent" |
49 | 51 | android:layout_weight="1" |
50 | 52 | prvandroid:numDots="5" |
51 | | - prvandroid:dotSize="7dip" |
| 53 | + prvandroid:dotSize="@dimen/kg_runway_lights_height" |
52 | 54 | prvandroid:leftToRight="false" |
53 | 55 | prvandroid:glowDot="@*android:drawable/ic_lockscreen_glowdot" /> |
54 | 56 | <Space |
55 | | - android:layout_width="0dip" |
| 57 | + android:layout_width="0dp" |
56 | 58 | android:layout_height="match_parent" |
57 | 59 | android:layout_weight="1.6"/> |
58 | 60 | <com.android.internal.policy.impl.keyguard.KeyguardGlowStripView |
59 | 61 | android:id="@+id/right_strip" |
60 | | - android:layout_width="0dip" |
| 62 | + android:paddingTop="@dimen/kg_runway_lights_vertical_padding" |
| 63 | + android:paddingBottom="@dimen/kg_runway_lights_vertical_padding" |
| 64 | + android:layout_width="0dp" |
61 | 65 | android:layout_height="match_parent" |
62 | 66 | android:layout_weight="1" |
63 | 67 | prvandroid:numDots="5" |
64 | | - prvandroid:dotSize="7dip" |
| 68 | + prvandroid:dotSize="@dimen/kg_runway_lights_height" |
65 | 69 | prvandroid:leftToRight="true" |
66 | 70 | prvandroid:glowDot="@*android:drawable/ic_lockscreen_glowdot" /> |
67 | 71 | </LinearLayout> |
|
0 commit comments