summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-04-04 14:50:29 -0700
committerSunny Goyal <sunnygoyal@google.com>2019-04-04 15:05:15 -0700
commit577bc6b66045017f5f1c0acfb067ca83bf9b2652 (patch)
tree4da4b0d943a2bba8fe176ef46fae8e7cad86f845 /res
parent077df72acca237385f52b3557b70c30e3cb5d0b9 (diff)
downloadandroid_packages_apps_Trebuchet-577bc6b66045017f5f1c0acfb067ca83bf9b2652.tar.gz
android_packages_apps_Trebuchet-577bc6b66045017f5f1c0acfb067ca83bf9b2652.tar.bz2
android_packages_apps_Trebuchet-577bc6b66045017f5f1c0acfb067ca83bf9b2652.zip
Using the extracted color for plaecholder loading icons
Bug: 111142970 Change-Id: Id274ddcd20d8042a4cc24bff9d65bea79846e9af
Diffstat (limited to 'res')
-rw-r--r--res/values/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 252cae146..ec63e3597 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -44,7 +44,7 @@
<item name="widgetsTheme">@style/WidgetContainerTheme</item>
<item name="folderDotColor">?android:attr/colorPrimary</item>
<item name="folderIconBorderColor">?android:attr/colorPrimary</item>
- <item name="loadingIconColor">#FFF</item>
+ <item name="loadingIconColor">#CCFFFFFF</item>
<item name="android:windowTranslucentStatus">false</item>
<item name="android:windowTranslucentNavigation">false</item>
@@ -82,7 +82,7 @@
<item name="folderDotColor">#FF464646</item>
<item name="folderIconBorderColor">#FF80868B</item>
<item name="isMainColorDark">true</item>
- <item name="loadingIconColor">#000</item>
+ <item name="loadingIconColor">#99FFFFFF</item>
</style>
<style name="LauncherTheme.Dark.DarkText" parent="@style/LauncherTheme.Dark">