SingleImageAndroidTargetGeneratorConfig

Version #1

Description:

Todo

No description for this structure

Fields:

  • group: String [Optional]
    Default: android
    Description: Defines output files’ group.
  • heightBaseSizeTemplate: String [Optional]
    Default: _h{{size}}
    Description: Defines the template for {{baseSize}} placeholder value when the height is fixed.
  • key: KeyTransformationConfigStructure:v1 [Optional]
    Default: Transforms: [snakecaseword]
    Description: Defines how the output image names are transformed.
  • path: String [Optional]
    Default: res/drawable-{{scale}}/{{key}}{{baseSize}}.{{extension}}
    Description: Defines output files’ path for raster images.
  • scales: Map<String, Float> [Optional]
    Default: {“mdpi”:1.0, “hdpi”: 1.5, “xhdpi”: 2.0, “xxhdpi”: 3.0, “xxxhdpi”: 4.0}
    Description: Defines output scales for raster images.
  • sizeFormat: String [Optional]
    Default: %.0f
    Description: Defines the IEEE printf format for {{size}} placeholder.
  • widthBaseSizeTemplate: String [Optional]
    Default: _w{{size}}
    Description: Defines the template for {{baseSize}} placeholder value when the width is fixed.

In use by: