Skip to content

Commit

Permalink
#152 - Changed the City icon
Browse files Browse the repository at this point in the history
  • Loading branch information
GrazianoCapelli committed Nov 3, 2022
1 parent 327baef commit a2e3793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public class Track {
R.drawable.ic_tracktype_directions_bus_24, // BUS = 33
R.drawable.ic_tracktype_train_24, // TRAIN = 34
R.drawable.ic_tracktype_agriculture_24, // AGRICULTURE = 35
R.drawable.ic_tracktype_location_city_24, // CITY = 36
R.drawable.ic_tracktype_city_24, // CITY = 36
R.drawable.ic_tracktype_forest_24, // FOREST = 37
R.drawable.ic_tracktype_work_24, // WORK = 38
R.drawable.ic_tracktype_camera_24, // PHOTOGRAPHY = 39
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<vector android:height="24dp" android:tint="?attr/colorControlNormal"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M15,11L15,5l-3,-3 -3,3v2L3,7v14h18L21,11h-6zM7,19L5,19v-2h2v2zM7,15L5,15v-2h2v2zM7,11L5,11L5,9h2v2zM13,19h-2v-2h2v2zM13,15h-2v-2h2v2zM13,11h-2L11,9h2v2zM13,7h-2L11,5h2v2zM19,19h-2v-2h2v2zM19,15h-2v-2h2v2z"/>
<path android:fillColor="@android:color/white" android:pathData="M19,9V7A2,2 0 0,0 17,5H16V2H14V5H13A2,2 0 0,0 11,7V9A2,2 0 0,0 9,11V12H5A2,2 0 0,0 3,14V22H6V20H8V22H12V20H14V22H16V20H18V22H21V11A2,2 0 0,0 19,9M8,18H6V16H8V18M14,18H12V16H14V18M14,14H12V12H14V14M13,9V7H17V9H13M18,18H16V16H18V18M18,14H16V12H18V14Z"/>
</vector>

0 comments on commit a2e3793

Please sign in to comment.