diff options
| -rw-r--r-- | core/res/res/drawable-hdpi/ic_bullet_key_permission.png | bin | 538 -> 545 bytes | |||
| -rw-r--r-- | core/res/res/drawable-hdpi/ic_text_dot.png | bin | 865 -> 545 bytes | |||
| -rw-r--r-- | core/res/res/drawable-mdpi/ic_bullet_key_permission.png | bin | 449 -> 453 bytes | |||
| -rw-r--r-- | core/res/res/drawable-mdpi/ic_text_dot.png | bin | 476 -> 453 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xhdpi/ic_bullet_key_permission.png | bin | 641 -> 646 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xhdpi/ic_text_dot.png | bin | 1166 -> 646 bytes | |||
| -rw-r--r-- | core/res/res/layout/grant_credentials_permission.xml | 6 | ||||
| -rw-r--r-- | core/res/res/values/colors.xml | 4 |
8 files changed, 5 insertions, 5 deletions
diff --git a/core/res/res/drawable-hdpi/ic_bullet_key_permission.png b/core/res/res/drawable-hdpi/ic_bullet_key_permission.png Binary files differindex 4b9bf5329212..4cf50ade1039 100644 --- a/core/res/res/drawable-hdpi/ic_bullet_key_permission.png +++ b/core/res/res/drawable-hdpi/ic_bullet_key_permission.png diff --git a/core/res/res/drawable-hdpi/ic_text_dot.png b/core/res/res/drawable-hdpi/ic_text_dot.png Binary files differindex a7eaec5ad1a3..fa69c69adbb8 100644 --- a/core/res/res/drawable-hdpi/ic_text_dot.png +++ b/core/res/res/drawable-hdpi/ic_text_dot.png diff --git a/core/res/res/drawable-mdpi/ic_bullet_key_permission.png b/core/res/res/drawable-mdpi/ic_bullet_key_permission.png Binary files differindex 22f25ca84904..7fee560242de 100644 --- a/core/res/res/drawable-mdpi/ic_bullet_key_permission.png +++ b/core/res/res/drawable-mdpi/ic_bullet_key_permission.png diff --git a/core/res/res/drawable-mdpi/ic_text_dot.png b/core/res/res/drawable-mdpi/ic_text_dot.png Binary files differindex 47913f66595a..2225bd581425 100644 --- a/core/res/res/drawable-mdpi/ic_text_dot.png +++ b/core/res/res/drawable-mdpi/ic_text_dot.png diff --git a/core/res/res/drawable-xhdpi/ic_bullet_key_permission.png b/core/res/res/drawable-xhdpi/ic_bullet_key_permission.png Binary files differindex ccbdcc3cf532..6a0bdfcb1b43 100644 --- a/core/res/res/drawable-xhdpi/ic_bullet_key_permission.png +++ b/core/res/res/drawable-xhdpi/ic_bullet_key_permission.png diff --git a/core/res/res/drawable-xhdpi/ic_text_dot.png b/core/res/res/drawable-xhdpi/ic_text_dot.png Binary files differindex d316f9ac8b1f..869dd95beace 100644 --- a/core/res/res/drawable-xhdpi/ic_text_dot.png +++ b/core/res/res/drawable-xhdpi/ic_text_dot.png diff --git a/core/res/res/layout/grant_credentials_permission.xml b/core/res/res/layout/grant_credentials_permission.xml index 3313590dfee4..dd85b33b814d 100644 --- a/core/res/res/layout/grant_credentials_permission.xml +++ b/core/res/res/layout/grant_credentials_permission.xml @@ -77,7 +77,7 @@ android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="@color/perms_dangerous_perm_color" android:textStyle="bold" - android:paddingLeft="6dip" + android:paddingLeft="16dip" android:layout_toRightOf="@id/permission_icon" android:layout_width="wrap_content" android:layout_height="wrap_content" /> @@ -88,7 +88,7 @@ android:textColor="@color/perms_dangerous_perm_color" android:layout_marginTop="-4dip" android:paddingBottom="8dip" - android:paddingLeft="6dip" + android:paddingLeft="16dip" android:layout_below="@id/account_type" android:layout_toRightOf="@id/permission_icon" android:layout_width="wrap_content" @@ -101,7 +101,7 @@ android:textStyle="bold" android:layout_marginTop="-4dip" android:paddingBottom="8dip" - android:paddingLeft="6dip" + android:paddingLeft="16dip" android:layout_below="@id/account_name" android:layout_toRightOf="@id/permission_icon" android:layout_width="wrap_content" diff --git a/core/res/res/values/colors.xml b/core/res/res/values/colors.xml index a9c603f03c79..c37871bfca78 100644 --- a/core/res/res/values/colors.xml +++ b/core/res/res/values/colors.xml @@ -85,8 +85,8 @@ <color name="darker_gray">#aaa</color> <!-- For security permissions --> - <color name="perms_dangerous_grp_color">#dd6826</color> - <color name="perms_dangerous_perm_color">#dd6826</color> + <color name="perms_dangerous_grp_color">#33b5e5</color> + <color name="perms_dangerous_perm_color">#33b5e5</color> <color name="shadow">#cc222222</color> <!-- For search-related UIs --> |