Skip to content

Commit 730af2e

Browse files
author
Peter Ng
committed
Bullet points updated and permission colors are not orange
Bug: 5361373 Change-Id: If04ddb6b20e98c128772a3c54773e8070f0d1fa6
1 parent ff74b9c commit 730af2e

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed
7 Bytes
Loading
-320 Bytes
Loading
4 Bytes
Loading
-23 Bytes
Loading
5 Bytes
Loading
-520 Bytes
Loading

core/res/res/layout/grant_credentials_permission.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
android:textAppearance="?android:attr/textAppearanceMedium"
7878
android:textColor="@color/perms_dangerous_perm_color"
7979
android:textStyle="bold"
80-
android:paddingLeft="6dip"
80+
android:paddingLeft="16dip"
8181
android:layout_toRightOf="@id/permission_icon"
8282
android:layout_width="wrap_content"
8383
android:layout_height="wrap_content" />
@@ -88,7 +88,7 @@
8888
android:textColor="@color/perms_dangerous_perm_color"
8989
android:layout_marginTop="-4dip"
9090
android:paddingBottom="8dip"
91-
android:paddingLeft="6dip"
91+
android:paddingLeft="16dip"
9292
android:layout_below="@id/account_type"
9393
android:layout_toRightOf="@id/permission_icon"
9494
android:layout_width="wrap_content"
@@ -101,7 +101,7 @@
101101
android:textStyle="bold"
102102
android:layout_marginTop="-4dip"
103103
android:paddingBottom="8dip"
104-
android:paddingLeft="6dip"
104+
android:paddingLeft="16dip"
105105
android:layout_below="@id/account_name"
106106
android:layout_toRightOf="@id/permission_icon"
107107
android:layout_width="wrap_content"

core/res/res/values/colors.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
<color name="darker_gray">#aaa</color>
8686

8787
<!-- For security permissions -->
88-
<color name="perms_dangerous_grp_color">#dd6826</color>
89-
<color name="perms_dangerous_perm_color">#dd6826</color>
88+
<color name="perms_dangerous_grp_color">#33b5e5</color>
89+
<color name="perms_dangerous_perm_color">#33b5e5</color>
9090
<color name="shadow">#cc222222</color>
9191

9292
<!-- For search-related UIs -->

0 commit comments

Comments
 (0)