diff --git a/data/reference/reference.src b/data/reference/reference.src index 6cf1b63..ad263de 100644 --- a/data/reference/reference.src +++ b/data/reference/reference.src @@ -1,4 +1,6 @@ collections { "The collections represents a theme.
The collections block contains a list of groups that composes a theme."; + base_scale { "The base_scale indicates the scale factor that the edc file is based on.
The size of a scalable object is multiplied with the device scale value. If the scalable object with the size 10 is created in a device with the scale 1.0, the size of the object is 20 in a device with the scale 2.0, and 40 in a device with the scale 4.0.
The relationship among scale, device scale and base scale is as follows.
Scale = Device Scale / Base Scale."; + } color_classes { "The color_classes block contains a list of one or more color_class blocks.
Each color_class allows designers to name an arbitary group of colors to be used in the theme, the application can use that name to alter the color values at runtime."; color_class { "The color_class allows designers to name an arbitrary group of colors to be used in the theme, the application can use that name to alter the color values at runtime."; color { "The main color.";