summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-08-20 15:01:03 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-08-27 10:43:46 -0700
commit2b787e5bd6314b3b657b73e529e16cb52863bcbb (patch)
tree8d546393acb2c6bdf11206b8bb40f942909da80b /res
parent018e3c4447ad77344c378bf3cca4a6484fa45a9e (diff)
downloadandroid_packages_apps_Trebuchet-2b787e5bd6314b3b657b73e529e16cb52863bcbb.tar.gz
android_packages_apps_Trebuchet-2b787e5bd6314b3b657b73e529e16cb52863bcbb.tar.bz2
android_packages_apps_Trebuchet-2b787e5bd6314b3b657b73e529e16cb52863bcbb.zip
Using a placeholder icon shape instead of low-res/blurry icon
Bug: 111142970 Change-Id: I867224464ae9c026f4dcb5256ef14fc39c8e751d
Diffstat (limited to 'res')
-rw-r--r--res/values/attrs.xml1
-rw-r--r--res/values/styles.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 045e4e98c..956270cba 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -34,6 +34,7 @@
<attr name="workspaceStatusBarScrim" format="reference" />
<attr name="widgetsTheme" format="reference" />
<attr name="folderBadgeColor" format="color" />
+ <attr name="loadingIconColor" format="color" />
<!-- BubbleTextView specific attributes. -->
<declare-styleable name="BubbleTextView">
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 7ea28ccf0..098aac562 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -43,6 +43,7 @@
<item name="workspaceStatusBarScrim">@drawable/workspace_bg</item>
<item name="widgetsTheme">@style/WidgetContainerTheme</item>
<item name="folderBadgeColor">?android:attr/colorPrimary</item>
+ <item name="loadingIconColor">#FFF</item>
</style>
<style name="LauncherTheme" parent="@style/BaseLauncherThemeWithCustomAttrs"></style>
@@ -73,6 +74,7 @@
<item name="widgetsTheme">@style/WidgetContainerTheme.Dark</item>
<item name="folderBadgeColor">#FF464646</item>
<item name="isMainColorDark">true</item>
+ <item name="loadingIconColor">#000</item>
</style>
<style name="LauncherTheme.Dark.DarkText" parent="@style/LauncherTheme.Dark">