Skip to content

Commit

Permalink
update shortcut foreground icon inset
Browse files Browse the repository at this point in the history
  • Loading branch information
onlymash authored and seven332 committed Mar 29, 2018
1 parent 3f2b62c commit bb99570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/mipmap-anydpi-v26/ic_shortcut_start.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<foreground>
<inset
android:drawable="@drawable/ic_play_arrow_44dp"
android:inset="22%"/>
android:inset="23%"/>
</foreground>
</adaptive-icon>
2 changes: 1 addition & 1 deletion app/src/main/res/mipmap-anydpi-v26/ic_shortcut_stop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<foreground>
<inset
android:drawable="@drawable/ic_pause_44dp"
android:inset="22%"/>
android:inset="23%"/>
</foreground>
</adaptive-icon>

0 comments on commit bb99570

Please sign in to comment.