Skip to content

Commit

Permalink
Replace settings icon (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and bluemarvin committed Aug 19, 2019
1 parent 2744a23 commit d1667e3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
9 changes: 0 additions & 9 deletions app/src/main/res/drawable/ic_icon_tray_settings_v2.xml

This file was deleted.

12 changes: 12 additions & 0 deletions app/src/main/res/drawable/ic_icon_tray_settings_v3.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="200"
android:viewportHeight="200">
<path
android:fillColor="@color/white"
android:pathData="M173,100l8.63,-11.19a16.5,16.5 0,0 0,2.18 -16.39l-5,-12.17a16.48,16.48 0,0 0,-13.13 -10l-14,-1.81 -1.81,-14a16.48,16.48 0,0 0,-10.05 -13.13l-12.17,-5a16.47,16.47 0,0 0,-16.39 2.18L100,27 88.81,18.38a16.49,16.49 0,0 0,-16.4 -2.18l-12.16,5a16.48,16.48 0,0 0,-10 13.13l-1.81,14 -14,1.81a16.48,16.48 0,0 0,-13.13 10l-5,12.17a16.5,16.5 0,0 0,2.18 16.39L27,100l-8.63,11.19a16.5,16.5 0,0 0,-2.18 16.39l5,12.17A16.48,16.48 0,0 0,34.37 149.8l14,1.81 1.81,14a16.48,16.48 0,0 0,10 13.13l12.16,5a16.49,16.49 0,0 0,16.4 -2.18L100,173l11.19,8.63a16.47,16.47 0,0 0,16.39 2.18l12.17,-5a16.48,16.48 0,0 0,10.05 -13.13l1.81,-14 14,-1.81a16.48,16.48 0,0 0,13.13 -10.05l5,-12.17a16.5,16.5 0,0 0,-2.18 -16.39ZM168.57,121.27 L163.57,133.44L143.42,136 136,143.42l-2.59,20.1 -12.17,5 -16,-12.38L94.78,156.14l-16,12.38 -12.17,-5L64,143.42 56.58,136l-20.1,-2.59 -5,-12.17 12.38,-16L43.86,94.78l-12.38,-16 5,-12.17L56.58,64 64,56.58l2.59,-20.1 12.17,-5 16,12.38h10.44l16,-12.38 12.17,5L136,56.58 143.42,64l20.1,2.59 5,12.17 -12.38,16v10.44Z" />
<path
android:fillColor="@color/white"
android:pathData="M100,61.09A38.91,38.91 0,1 0,138.9 100,39 39,0 0,0 100,61.09ZM100,122.41A22.41,22.41 0,1 1,122.4 100,22.44 22.44,0 0,1 100,122.41Z" />
</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/tray.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
android:tooltipText="@string/settings_tooltip"
app:tooltipDensity="@dimen/tray_tooltip_density"
app:tooltipPosition="top"
android:src="@drawable/ic_icon_tray_settings_v2"/>
android:src="@drawable/ic_icon_tray_settings_v3"/>
</LinearLayout>

</RelativeLayout>
Expand Down

0 comments on commit d1667e3

Please sign in to comment.