Skip to content

Commit

Permalink
Rename camera_switch > sharp_camera_switch
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Jun 22, 2023
1 parent 447ce90 commit ce6d75b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class CameraSwitch @JvmOverloads constructor(
) :
ToggleIconView(
context, attrs, defStyleAttr,
R.drawable.camera_switch,
R.drawable.camera_switch
R.drawable.sharp_camera_switch,
R.drawable.sharp_camera_switch
)
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"layers": {
"vectorLayer": {
"id": "123",
"name": "cameraswitch",
"name": "sharp_camera_switch",
"type": "vector",
"width": 24,
"height": 24,
Expand Down Expand Up @@ -62,4 +62,4 @@
]
}
}
}
}

0 comments on commit ce6d75b

Please sign in to comment.