diff options
| author | 2011-08-25 16:54:09 -0700 | |
|---|---|---|
| committer | 2011-08-25 16:54:09 -0700 | |
| commit | d85ffac59f1685fc5c0c462de24c3a47dde09c8c (patch) | |
| tree | ff7b9db4c5e286e51486eb58ba025b5407b2537b | |
| parent | 04a0974e1e0c0e9a05a65eb29d9d17a92506c6d2 (diff) | |
| parent | 1d71ef6fd649e0e04a5b69e2a21e28c0076ece05 (diff) | |
Merge "Bug 4972534 - System dialog updates for ICS"
| -rw-r--r-- | core/res/res/layout/grant_credentials_permission.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/res/res/layout/grant_credentials_permission.xml b/core/res/res/layout/grant_credentials_permission.xml index 8b18454eea01..3313590dfee4 100644 --- a/core/res/res/layout/grant_credentials_permission.xml +++ b/core/res/res/layout/grant_credentials_permission.xml @@ -24,7 +24,7 @@ android:layout_height="match_parent" android:divider="?android:attr/dividerHorizontal" android:showDividers="middle" - android:dividerPadding="16dip" > + android:dividerPadding="0dip" > <!-- The list of packages that correspond to the requesting UID and the account/authtokenType that is being requested --> @@ -123,20 +123,20 @@ <LinearLayout android:id="@+id/buttons" android:layout_width="match_parent" - android:layout_height="54dip" + android:layout_height="wrap_content" style="?android:attr/buttonBarStyle"> <Button - android:id="@+id/allow_button" - android:text="@string/allow" + android:id="@+id/deny_button" + android:text="@string/deny" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="2" style="?android:attr/buttonBarButtonStyle" /> <Button - android:id="@+id/deny_button" - android:text="@string/deny" + android:id="@+id/allow_button" + android:text="@string/allow" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="2" |