Skip to content

Commit cc9c129

Browse files
committed
small widget: use AnkiDroid color when completed
Colors from ankidroid_logo.xml The difference between 'not done' and 'done' wasn't noticeable Related 18947
1 parent 890ecb7 commit cc9c129

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AnkiDroid/src/main/res/drawable-v31/ic_anki_unthemed_finish.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
android:fillColor="#5D5E64" />
6666
<path
6767
android:pathData="M106.2,59.6c-1,0 -2.1,0.1 -3.1,0.4c-4.2,1.4 -6.3,5.4 -7.3,9.1s-1.2,7.8 -1.3,11.9c-0.1,4.1 -0.2,8.3 -0.5,11.7c-0.3,3.4 -1.2,5.9 -1.7,6.6s-2.7,2.3 -5.8,3.6c-3.1,1.4 -7,2.7 -10.9,4.1s-7.7,2.9 -11,4.9c-3.2,2 -6.4,5.2 -6.4,9.7s3.1,7.6 6.4,9.7s7,3.5 10.9,5c3.9,1.4 7.8,2.7 10.9,4.1c3.1,1.4 5.3,2.9 5.8,3.6c0.5,0.7 1.3,3.3 1.6,6.7c0.3,3.4 0.4,7.5 0.5,11.7c0.1,4.1 0.4,8.2 1.3,11.9s3,7.7 7.2,9.1c4.2,1.4 8.2,-0.6 11.2,-3.1s5.6,-5.6 8.1,-8.8s5,-6.6 7.3,-9.1s4.4,-4.2 5.3,-4.4c0.8,-0.3 3.5,-0.2 6.8,0.5s7.3,2 11.2,3.1c4,1.1 7.9,2.2 11.7,2.4s8.2,-0.5 10.9,-4.1c2.6,-3.6 2,-8 0.6,-11.6s-3.6,-7 -5.9,-10.4c-2.3,-3.4 -4.7,-6.8 -6.4,-9.7c-1.7,-2.9 -2.6,-5.5 -2.6,-6.4c0,-1 1.1,-4 3.3,-7.4c2.1,-3.4 5,-7.3 7.5,-11.1c2,-3 3.7,-6.1 4.8,-9.2c1,-3.2 1.3,-7.1 -1,-10.3c-2.6,-3.6 -7,-4.3 -10.9,-4.1c-3.8,0.2 -7.8,1.3 -11.8,2.4s-7.9,2.4 -11.2,3.1s-6,0.7 -6.8,0.5s-3,-1.9 -5.3,-4.4c-2.3,-2.6 -4.7,-5.9 -7.2,-9.2c-2.5,-3.3 -5.1,-6.4 -8.1,-8.9C112,61.3 109.2,59.7 106.2,59.6L106.2,59.6z"
68-
android:fillColor="#D9E2FF"/>
68+
android:fillColor="#FFFFFF"/>
6969
<path
7070
android:pathData="M105.7,68.2c0.4,-0.1 1.2,-0.1 3.1,1.5s4.3,4.4 6.8,7.5c2.4,3.1 4.9,6.6 7.6,9.5c2.6,3 5.2,5.7 9,6.9c4,1.3 8,0.7 11.4,-0.3c3.9,-0.9 7.9,-2.1 11.7,-3.2s7.4,-2 9.9,-2.1c2.5,-0.2 3.2,0.3 3.4,0.6c0.2,0.3 0.4,0.8 -0.2,2.6s-2,4.5 -3.8,7.2c-2.3,3.5 -5.1,7.4 -7.5,11.2c-2.4,3.8 -4.6,7.5 -4.6,12c0,4 1.8,7.3 3.8,10.7s4.5,6.9 6.7,10.2s4.1,6.4 5.1,8.8c0.9,2.3 0.7,3.1 0.5,3.4c-0.2,0.3 -0.9,0.7 -3.4,0.6c-2.5,-0.2 -6.1,-1 -9.9,-2.1c-3.8,-1.1 -7.9,-2.4 -11.7,-3.3c-3.9,-0.9 -7.6,-1.5 -11.4,-0.3c-3.8,1.2 -6.4,3.9 -9,6.9s-5.2,6.4 -7.6,9.5s-4.9,5.9 -6.8,7.5s-2.7,1.7 -3.1,1.5c-0.4,-0.1 -1,-0.6 -1.6,-3.1s-0.9,-6.1 -1,-10.1s-0.2,-8.2 -0.5,-12.2c-0.4,-4 -0.9,-7.7 -3.2,-10.9c-2.3,-3.2 -5.7,-4.9 -9.3,-6.5s-7.7,-2.9 -11.4,-4.3c-3.7,-1.4 -7.1,-2.8 -9.3,-4.1c-2.1,-1.4 -2.4,-2.1 -2.4,-2.5s0.3,-1.1 2.4,-2.4c2.2,-1.4 5.7,-2.9 9.3,-4.1c3.7,-1.4 7.8,-2.7 11.4,-4.3c3.6,-1.6 7,-3.2 9.3,-6.4c2.3,-3.2 2.9,-7 3.3,-10.9s0.4,-8.2 0.6,-12.2c0.1,-4 0.4,-7.6 1.1,-10.1C104.7,68.8 105.3,68.3 105.7,68.2L105.7,68.2z">
7171
<aapt:attr name="android:fillColor">
@@ -75,8 +75,8 @@
7575
android:endY="151.12"
7676
android:endX="170.6686"
7777
android:type="linear">
78-
<item android:offset="0" android:color="#7A90C8"/>
79-
<item android:offset="1" android:color="#475D92"/>
78+
<item android:offset="0" android:color="#FF29B6F6"/>
79+
<item android:offset="1" android:color="#FF0288D1"/>
8080
</gradient>
8181
</aapt:attr>
8282
</path>

0 commit comments

Comments
 (0)