Skip to content

Commit

Permalink
Thickness of Flag icon has been increased to match other material icons
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumPineapple68 authored and BrayanDSO committed Jan 6, 2025
1 parent 58ecab7 commit 8e098b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions AnkiDroid/src/main/res/drawable/ic_flag_transparent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:strokeWidth="1"
android:pathData="M14.4,6L14,4H5v17h2v-7h5.6l0.4,2h7V6z"
android:fillColor="#00000000"
android:strokeColor="#ffffff"/>
</vector>
<path
android:strokeWidth="1.6"
android:pathData="M14.4,6L14,4H5v17h3v-7h5.6l0.4,2h7V6z"
android:fillColor="#00000000"
android:strokeColor="#ffffff"/>
</vector>

0 comments on commit 8e098b4

Please sign in to comment.