Skip to content

Commit 255bd13

Browse files
authored
Update fill colors in ic_launcher_foreground.xml
1 parent 161e23d commit 255bd13

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

app/src/main/res/drawable/ic_launcher_foreground.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@
44
android:viewportWidth="108"
55
android:viewportHeight="108">
66

7-
<!-- 正方形背景 -->
87
<path
9-
android:fillColor="#FFFFFF"
8+
android:fillColor="?android:attr/colorBackground"
109
android:pathData="M0,0h108v108h-108z" />
1110

12-
<!-- 等號(圓角) -->
1311
<path
14-
android:fillColor="#1B1B1B"
12+
android:fillColor="?android:attr/colorControlNormal"
1513
android:pathData="M37,44h34a3,3 0 0 1 3,3v0a3,3 0 0 1 -3,3h-34a3,3 0 0 1 -3,-3v0a3,3 0 0 1 3,-3z" />
1614

1715
<path
18-
android:fillColor="#1B1B1B"
16+
android:fillColor="?android:attr/colorControlNormal"
1917
android:pathData="M37,58h34a3,3 0 0 1 3,3v0a3,3 0 0 1 -3,3h-34a3,3 0 0 1 -3,-3v0a3,3 0 0 1 3,-3z" />
20-
2118
</vector>

0 commit comments

Comments
 (0)