You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: render-multilayer-symbols/src/main/java/com/esri/arcgismaps/sample/rendermultilayersymbols/MainActivity.kt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -78,13 +78,13 @@ private val Color.Companion.cyan: Color
78
78
return fromRgba(0, 100, 100, 255)
79
79
}
80
80
81
+
// define offset used to keep a consistent distance between symbols in the same column
82
+
privateconstvalOFFSET=20.0
83
+
81
84
classMainActivity : AppCompatActivity() {
82
85
83
86
privatevalTAG=MainActivity::class.java.simpleName
84
87
85
-
// define offset used to keep a consistent distance between symbols in the same column
86
-
privatevalOFFSET=20.0
87
-
88
88
// set up data binding for the activity
89
89
privateval activityMainBinding:ActivityMainBinding by lazy {
0 commit comments