Skip to content

Commit

Permalink
fix(android): update more icon into down chevron
Browse files Browse the repository at this point in the history
  • Loading branch information
garymathews authored and sgtcoolguy committed Nov 20, 2020
1 parent 09f900b commit 569dc77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/modules/ui/res/drawable/titanium_icon_more.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:width="18dp"
android:height="18dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0"
android:tint="#858585">
<path
android:fillColor="@android:color/black"
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,14l-4,-4h8l-4,4z"/>
android:pathData="M7.41,8.59L12,13.17l4.59,-4.58L18,10l-6,6 -6,-6 1.41,-1.41z"/>
</vector>

0 comments on commit 569dc77

Please sign in to comment.