Lines Matching full:label
1 # Configuring an Application Icon and Label
9 …label. Application icons are classified into single-layer icons and layered icons. A single-layer …
27 …label** fields under **abilities** of the [module.json5](module-configuration-file.md) file are co…
29 …icon** and **label** fields under **abilities** of the **module.json5** file are not configured, t…
31 …ot contain UIAbility configuration, the system returns the **icon** and **label** configured in **…
46 ## Configuring a Single-Layer Icon and Label
50 …ity or **icon** and **label** under the **abilities** tag of the UIAbility are not set. (You can m…
56 …"label": "$string:app_name" // Configure the resource whose name is app_name in AppScope/resources…
64 …In addition to configuring the **icon** and **label** fields, you need to add **entity.system.home…
73 …"label": "$string:EntryAbility_label", // Configure the resource whose name is EntryAbility_label …
90 ## Configuring the Layered Icon and Label
94 …ity or **icon** and **label** under the **abilities** tag of the UIAbility are not set. (You can m…
116 …"label": "$string:app_name" // Configure the resource whose name is app_name in AppScope/resources…
140 …3. To display a UIAbility icon on the home screen, you must configure the **icon** and **label** f…
150 …"label": "$string:EntryAbility_label", // Configure the resource whose name is EntryAbility_label …