Updating colors for dark theme

Bug: 133277663
Test: Verified colors are correct for dark & light themes.
Change-Id: If1aa5f22286d15918cfec3cd4a6436760bf304b2
This commit is contained in:
joshmccloskey
2019-06-06 16:13:59 -07:00
parent 03c47e7687
commit 10576db765
4 changed files with 35 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
android:viewportHeight="300">
<path
android:fillColor="#DADCE0"
android:fillColor="@color/face_intro_outline"
android:fillType="evenOdd"
android:pathData="M150,0C67.16,0,0,67.16,0,150s67.16,150,150,150 s150-67.16,150-150S232.84,0,150,0 M150,4c39,0,75.66,15.19,103.24,42.76C280.81,74.34,296,111,296,150s-15.19,75.66-42.76,103.24 C225.66,280.81,189,296,150,296s-75.66-15.19-103.24-42.76C19.19,225.66,4,189,4,150S19.19,74.34,46.76,46.76 C74.34,19.19,111,4,150,4" />
<path