Merge "Bullet points updated and permission colors are not orange" into ics-mr0
|
Before Width: | Height: | Size: 538 B After Width: | Height: | Size: 545 B |
|
Before Width: | Height: | Size: 865 B After Width: | Height: | Size: 545 B |
|
Before Width: | Height: | Size: 449 B After Width: | Height: | Size: 453 B |
|
Before Width: | Height: | Size: 476 B After Width: | Height: | Size: 453 B |
|
Before Width: | Height: | Size: 641 B After Width: | Height: | Size: 646 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 646 B |
@@ -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"
|
||||
|
||||
@@ -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 -->
|
||||
|
||||