Skip to content

Commit

Permalink
Add light mode version of person placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Jul 14, 2022
1 parent 746a16d commit 55a83f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/placeholder_person.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<path
android:pathData="M0,0 L24,0 L24,24 L0,24 z"
android:fillColor="@color/placeholder_background" />
android:fillColor="#999999" />

<group android:scaleX="0.8333333"
android:scaleY="0.8333333"
android:translateX="2"
android:translateY="2">
<path
android:pathData="M12,12c2.21,0 4,-1.79 4,-4s-1.79,-4 -4,-4 -4,1.79 -4,4 1.79,4 4,4zM12,14c-2.67,0 -8,1.34 -8,4v2h16v-2c0,-2.66 -5.33,-4 -8,-4z"
android:fillColor="@color/placeholder_foreground" />
android:fillColor="#F6F6F6" />
</group>

</vector>

0 comments on commit 55a83f4

Please sign in to comment.