Merge "Update colors on action row." into rvc-dev am: 8ebd6996c3

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11958692

Change-Id: Ic4a3a412c45611f20cda8037e76889e511465fc3
This commit is contained in:
TreeHugger Robot
2020-06-22 23:30:16 +00:00
committed by Automerger Merge Worker
3 changed files with 5 additions and 4 deletions

View File

@@ -25,8 +25,8 @@
<shape android:shape="rectangle">
<corners android:radius="16dp"></corners>
<stroke android:width="1dp"
android:color="?attr/textColorSecondary" />
<solid android:color="?attr/colorBackground" />
android:color="?attr/opacityListDivider" />
<solid android:color="?attr/colorBackgroundFloating" />
</shape>
</inset>
</item>

View File

@@ -19,12 +19,12 @@
android:paddingStart="12dp"
android:paddingEnd="12dp"
android:drawablePadding="8dp"
android:textColor="?android:textColorSecondary"
android:textColor="?android:textColorPrimary"
android:textSize="12sp"
android:maxWidth="192dp"
android:singleLine="true"
android:clickable="true"
android:background="@drawable/chooser_action_button_bg"
android:drawableTint="?android:attr/colorControlNormal"
android:drawableTint="@color/chooser_chip_icon"
android:drawableTintMode="src_in"
/>

View File

@@ -230,6 +230,7 @@
<color name="resolver_text_color_secondary_dark">#ffC4C6C6</color>
<color name="resolver_empty_state_text">#FF202124</color>
<color name="resolver_empty_state_icon">#FF5F6368</color>
<color name="chooser_chip_icon">#FF1A73E8</color> <!-- Blue 600 -->
<!-- Color for personal app suspension notification button text and icon tint. -->
<color name="personal_apps_suspension_notification_color">#1A73E8</color>