|
19 | 19 | android:layout_width="fill_parent" |
20 | 20 | android:layout_height="fill_parent" |
21 | 21 | android:clipChildren="false" |
22 | | - android:paddingLeft="@*android:dimen/floating_window_margin_left" |
23 | | - android:paddingRight="@*android:dimen/floating_window_margin_right" |
24 | | - android:paddingTop="@*android:dimen/floating_window_margin_top" |
25 | | - android:paddingBottom="@*android:dimen/floating_window_margin_bottom" |
| 22 | + android:paddingLeft="16dp" |
| 23 | + android:paddingRight="16dp" |
| 24 | + android:paddingTop="8dp" |
| 25 | + android:paddingBottom="32dp" |
26 | 26 | android:clipToPadding="false"> |
27 | 27 |
|
| 28 | + <ScrollView android:layout_width="wrap_content" |
| 29 | + android:layout_height="wrap_content"> |
| 30 | + |
28 | 31 | <LinearLayout |
29 | 32 | android:id="@+id/dialog_container" |
30 | 33 | android:layout_width="wrap_content" |
31 | 34 | android:layout_height="wrap_content" |
32 | 35 | android:orientation="vertical" |
33 | | - android:elevation="@*android:dimen/floating_window_z" |
| 36 | + android:elevation="16dp" |
34 | 37 | android:background="@drawable/dialog_background"> |
35 | 38 |
|
36 | 39 | <FrameLayout |
|
87 | 90 | </TextView> |
88 | 91 |
|
89 | 92 | <Space |
90 | | - android:id="@*android:id/spacer" |
| 93 | + android:id="@+id/spacer" |
91 | 94 | android:layout_width="0dp" |
92 | 95 | android:layout_height="0dp" |
93 | 96 | android:layout_weight="1" |
|
102 | 105 | android:text="@string/grant_dialog_button_deny" > |
103 | 106 | </Button> |
104 | 107 |
|
105 | | - <com.android.packageinstaller.permission.ui.SecureButtonView |
| 108 | + <Button |
106 | 109 | android:id="@+id/permission_allow_button" |
107 | 110 | android:layout_width="wrap_content" |
108 | 111 | android:layout_height="wrap_content" |
109 | 112 | style="?android:attr/buttonBarButtonStyle" |
110 | 113 | android:text="@string/grant_dialog_button_allow" > |
111 | | - </com.android.packageinstaller.permission.ui.SecureButtonView> |
| 114 | + </Button> |
112 | 115 |
|
113 | 116 | </com.android.packageinstaller.permission.ui.ButtonBarLayout> |
114 | 117 |
|
115 | 118 | </LinearLayout> |
116 | 119 |
|
117 | 120 | </LinearLayout> |
118 | 121 |
|
| 122 | + </ScrollView> |
| 123 | + |
119 | 124 | </com.android.packageinstaller.permission.ui.ManualLayoutFrame> |
0 commit comments