Skip to content

Commit

Permalink
Added expand_more icon (Escola-em-Casa#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
omateusp committed Oct 8, 2020
1 parent 91413ff commit 94b7fae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/src/main/res/drawable/baseline_expand_more_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M16.59,8.59L12,13.17 7.41,8.59 6,10l6,6 6,-6z"/>
</vector>

0 comments on commit 94b7fae

Please sign in to comment.