Skip to content

Commit

Permalink
Update send icon in sharing activity
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtion committed Mar 28, 2019
1 parent 74b75df commit f59ffcd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions app/src/main/res/drawable-anydpi/ic_send_white.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:tint="#FFFFFF"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FF000000"
android:pathData="M2.01,21L23,12 2.01,3 2,10l15,2 -15,2z" />
</vector>
Binary file added app/src/main/res/drawable-hdpi/ic_send_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-mdpi/ic_send_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-xhdpi/ic_send_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-xxhdpi/ic_send_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/menu/menu_share.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
app:showAsAction="ifRoom" />
<item
android:id="@+id/action_share"
android:icon="@drawable/ic_action_accept"
android:icon="@drawable/ic_send_white"
android:orderInCategory="100"
android:title="@string/action_share"
app:showAsAction="always" />
Expand Down

0 comments on commit f59ffcd

Please sign in to comment.