Change color for homepage background

Test: Rebuilt rom and see the home page icon
Bug: 148306887
Change-Id: Ieb9c5a1b7f629a0dc0ccf5dc54342cffd2e4dff1
This commit is contained in:
Tsung-Mao Fang
2020-04-23 14:20:17 +08:00
parent 673251973b
commit 1c376a3a10
15 changed files with 24 additions and 24 deletions

View File

@@ -19,9 +19,9 @@
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FFFFFFFF"
android:fillColor="?android:attr/colorPrimary"
android:pathData="M12,2C8.13,2 5,5.13 5,9c0,5.25 7,13 7,13s7,-7.75 7,-13C19,5.13 15.87,2 12,2zM7,9c0,-2.76 2.24,-5 5,-5s5,2.24 5,5c0,2.88 -2.88,7.19 -5,9.88C9.92,16.21 7,11.85 7,9z"/>
<path
android:fillColor="#FFFFFFFF"
android:fillColor="?android:attr/colorPrimary"
android:pathData="M12,9m-2.5,0a2.5,2.5 0,1 1,5 0a2.5,2.5 0,1 1,-5 0"/>
</vector>