Merge "Update shortcut icons according to new accessibility standards" into ub-launcher3-rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
220a9b461d
@@ -19,7 +19,7 @@
|
||||
android:layout_width="@dimen/system_shortcut_header_icon_touch_size"
|
||||
android:layout_height="@dimen/system_shortcut_header_icon_touch_size"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:tint="?android:attr/textColorHint"
|
||||
android:tint="?attr/iconOnlyShortcutColor"
|
||||
android:tintMode="src_in"
|
||||
android:padding="@dimen/system_shortcut_header_icon_padding"
|
||||
android:theme="@style/PopupItem" />
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
<attr name="workspaceStatusBarScrim" format="reference" />
|
||||
<attr name="widgetsTheme" format="reference" />
|
||||
<attr name="loadingIconColor" format="color" />
|
||||
<attr name="iconOnlyShortcutColor" format="color"/>
|
||||
|
||||
<attr name="folderDotColor" format="color" />
|
||||
<attr name="folderFillColor" format="color" />
|
||||
|
||||
@@ -200,7 +200,7 @@
|
||||
<dimen name="system_shortcut_icon_size">24dp</dimen>
|
||||
<!-- popup_arrow_center_start - system_shortcut_icon_size / 2 -->
|
||||
<dimen name="system_shortcut_margin_start">16dp</dimen>
|
||||
<dimen name="system_shortcut_header_height">40dp</dimen>
|
||||
<dimen name="system_shortcut_header_height">48dp</dimen>
|
||||
<dimen name="system_shortcut_header_icon_touch_size">48dp</dimen>
|
||||
<!-- (touch_size - icon_size) / 2 -->
|
||||
<dimen name="system_shortcut_header_icon_padding">12dp</dimen>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<item name="allAppsInterimScrimAlpha">46</item>
|
||||
<item name="allAppsNavBarScrimColor">#66FFFFFF</item>
|
||||
<item name="popupColorPrimary">#FFF</item>
|
||||
<item name="popupColorSecondary">#F5F5F5</item> <!-- Gray 100 -->
|
||||
<item name="popupColorSecondary">#F1F3F4</item>
|
||||
<item name="popupColorTertiary">#E0E0E0</item> <!-- Gray 300 -->
|
||||
<item name="isMainColorDark">false</item>
|
||||
<item name="isWorkspaceDarkText">false</item>
|
||||
@@ -51,6 +51,7 @@
|
||||
<item name="folderTextColor">#FF212121</item>
|
||||
<item name="folderHintColor">#FF616161</item>
|
||||
<item name="loadingIconColor">#CCFFFFFF</item>
|
||||
<item name="iconOnlyShortcutColor">?android:attr/textColorSecondary</item>
|
||||
<item name="workProfileOverlayTextColor">#FF212121</item>
|
||||
|
||||
<item name="android:windowTranslucentStatus">false</item>
|
||||
@@ -93,7 +94,7 @@
|
||||
<item name="allAppsInterimScrimAlpha">102</item>
|
||||
<item name="allAppsNavBarScrimColor">#80000000</item>
|
||||
<item name="popupColorPrimary">#3C4043</item> <!-- Gray 800 -->
|
||||
<item name="popupColorSecondary">#5F6368</item> <!-- Gray 700 -->
|
||||
<item name="popupColorSecondary">#202124</item>
|
||||
<item name="popupColorTertiary">#757575</item> <!-- Gray 600 -->
|
||||
<item name="widgetsTheme">@style/WidgetContainerTheme.Dark</item>
|
||||
<item name="folderDotColor">#FF464646</item>
|
||||
@@ -103,6 +104,7 @@
|
||||
<item name="folderHintColor">#FFCCCCCC</item>
|
||||
<item name="isMainColorDark">true</item>
|
||||
<item name="loadingIconColor">#99FFFFFF</item>
|
||||
<item name="iconOnlyShortcutColor">#B3FFFFFF</item>
|
||||
<item name="workProfileOverlayTextColor">@android:color/white</item>
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user