mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
Removed the scalable bitmaps for the arrow line cap; added a nodpi image instead.
Change-Id: I6cc61a4df2d651093d3a69429502c461309d37c7
This commit is contained in:
parent
3bc9ac3452
commit
a8e92cd467
@ -22,7 +22,7 @@ android {
|
||||
|
||||
|
||||
repositories {
|
||||
maven { url "/Users/sarahmaddox/Development/devrelgit-projects/tut-polygons/maps/tutorials/Polygons/app/libs/"}
|
||||
maven { url "/Users/sarahmaddox/Development/devrelgit-projects/tut-polygon/maps/tutorials/Polygons/app/libs/"}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@ -134,7 +134,7 @@ public class PolygonActivity extends AppCompatActivity implements
|
||||
// Use a custom bitmap as the cap at one end of the line.
|
||||
polyline.setEndCap(
|
||||
new CustomCap(BitmapDescriptorFactory.fromResource(R.drawable.ic_arrow_black_48dp),
|
||||
16));
|
||||
10));
|
||||
break;
|
||||
case "B":
|
||||
// Use a round cap at the end of the line.
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 240 B |
|
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 200 B |
Binary file not shown.
|
Before Width: | Height: | Size: 304 B |
Binary file not shown.
|
Before Width: | Height: | Size: 413 B |
Binary file not shown.
|
Before Width: | Height: | Size: 732 B |
Loading…
x
Reference in New Issue
Block a user