HasAndroidResources
interface HasAndroidResources
AndroidTest | 
                
                   Properties for the android test Variant of a module.  | 
              
TestFixtures | 
                |
Variant | 
                
                   Parent interface for all types of variants.  | 
              
ApplicationVariant | 
                
                   Properties for the main Variant of an application.  | 
              
DynamicFeatureVariant | 
                |
LibraryVariant | 
                
                   
  | 
              
TestVariant | 
                
                   
  | 
              
Summary
Public functions | 
          |
|---|---|
ResValue.Key | 
            
              makeResValueKey(type: String, name: String)Make a   | 
          
Public properties | 
          |
|---|---|
Property<Boolean> | 
            
              
               Variant's is pseudo locales enabled, initialized by the corresponding DSL elements.  | 
          
MapProperty<ResValue.Key, ResValue> | 
            
              
               Variant's   | 
          
Public functions
makeResValueKey
fun makeResValueKey(type: String, name: String): ResValue.Key
Make a ResValue.Key to interact with resValues's MapProperty
Public properties
pseudoLocalesEnabled
val pseudoLocalesEnabled: Property<Boolean>
Variant's is pseudo locales enabled, initialized by the corresponding DSL elements.
resValues
val resValues: MapProperty<ResValue.Key, ResValue>
Variant's ResValue which will be generated.