Skip to content

Commit

Permalink
Merge pull request #133 from LegendCK/develop
Browse files Browse the repository at this point in the history
Changed user circle color to blue with low opacity.
  • Loading branch information
Vishwajith-Shettigar authored Oct 29, 2024
2 parents c81c5bf + 01557cb commit 3ebd958
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,7 @@ class NearByFragment : BaseFragment(), OnMapReadyCallback, UpdateMapListener {
CircleOptions()
.center(location)
.radius(CIRCLE_RADIUS.toDouble())
.strokeColor(R.color.black)
.fillColor(R.color.teal_200)
.fillColor(R.color.Nearby_people_circle)
)
}

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<color name="home_screen_text_color">#FFFFFF</color>
<color name="divider_color">#564E4E</color>
<color name="message_recyclerView_background">#121111</color>
<color name="Nearby_people_circle">#554885ED</color>

<color name="splash_background">#000000</color>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<color name="home_screen_text_color">#141212</color>
<color name="divider_color">#C3BCBC</color>
<color name="message_recyclerView_background">#FFFFFF</color>

<color name="Nearby_people_circle">#334885ED</color>
<color name="splash_background">#FFFFFF</color>

<color name="textfield_background_color">#0D174188</color>
Expand Down

0 comments on commit 3ebd958

Please sign in to comment.