OSDN Git Service

Revert "Make the accent color darker in DocumentsUI for better accessibility."
authorTomasz Mikolajewski <mtomasz@google.com>
Wed, 23 Mar 2016 00:58:05 +0000 (00:58 +0000)
committerTomasz Mikolajewski <mtomasz@google.com>
Wed, 23 Mar 2016 00:58:05 +0000 (00:58 +0000)
We have to change the color only in a specific place,
not the accent color everywhere.

This reverts commit 8e22d69df21e638452d07f5dd12f323fb40059a5.

Change-Id: I6d712fc1d0275f91b20ff90f91450e849cbb1622

packages/DocumentsUI/res/values/colors.xml

index 215d023..04b7fee 100644 (file)
@@ -16,7 +16,6 @@
 
 <resources>
     <color name="material_grey_400">#ffbdbdbd</color>
-    <color name="material_teal_700">#ff00796b</color>
 
     <!-- This is the window background, but also the background for anything
          else that needs to manually declare a background matching the "default"
@@ -28,7 +27,7 @@
 
     <color name="primary_dark">@*android:color/primary_dark_material_dark</color>
     <color name="primary">@*android:color/material_blue_grey_900</color>
-    <color name="accent">@color/material_teal_700</color>
+    <color name="accent">@*android:color/accent_material_light</color>
     <color name="accent_dark">@*android:color/accent_material_dark</color>
     <color name="action_mode">@color/material_grey_400</color>