opendroneid / receiver-android

Example Android receiver application for unmanned aircraft Remote ID
Apache License 2.0
186 stars 61 forks source link

Avoid the deprecated message of 'polyline.setColor( Color.RED );' #80

Closed Minimik closed 1 year ago

Minimik commented 1 year ago

Hi, I changed the line to polyline.getOutlinePaint().setColor( Color.RED );

With this the depracated message is gone and the line is still shown in red... :)

BR Michael

friissoren commented 1 year ago

Thanks. This is now fixed by PR #81.