-
I am using VTM on Android and have a very basic question wrt using styles in code. Class See here for a dimension description in the Android world: Apologies if this is a dumb question or easily explained somewhere in documentation, but I couldn't find it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
On Android it will use the Paint.setStrokeWidth(float). Themes and overlays scale such values with device density before use. |
Beta Was this translation helpful? Give feedback.
On Android it will use the Paint.setStrokeWidth(float).
Their docs do not mention units (except hairline mode).
Themes and overlays scale such values with device density before use.
(similar to Mapsforge graphics)