Skip to content

Commit

Permalink
fix(android): amend size of more icon
Browse files Browse the repository at this point in the history
  • Loading branch information
garymathews authored and sgtcoolguy committed Nov 20, 2020
1 parent 569dc77 commit ae23408
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/modules/ui/res/drawable/titanium_icon_more.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="18dp"
android:height="18dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0"
android:width="28dp"
android:height="28dp"
android:viewportWidth="22"
android:viewportHeight="22"
android:tint="#858585">
<path
android:fillColor="@android:color/black"
Expand Down

0 comments on commit ae23408

Please sign in to comment.