[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# Glossary\n\nLearn Android and UI-related terms.\n\nActivities\n: In Android, an [activity](/reference/android/app/Activity) includes an app's UI and the actions it makes\n available to users. An app is a collection of activities that are created\n and reused from other apps. Read more on [how activities allow for\n flexibility in the user journey](/guide/components/activities/intro-activities).\n\nCTA\n: Call to action, the primary goal you want your user to achieve. For example,\n **Subscribe** could be a CTA for letting a user to sign into a service.\n\nCanonical layout\n: Commonly used design compositions that help layouts adapt for common use cases\n and screen sizes.\n\nChroma\n: The colorfulness of a color, ranging from neutral gray to full vibrancy.\n\nContainment\n: The concept of visual grouping to create boundaries with use of white space or\n visible elements.\n\nDensity-independent pixels (dp)\n: Flexible units that scale to have uniform dimensions on any screen. They are\n based on the physical density of the screen. These units are relative to a\n 160 dpi (dots per inch) screen, on which 1 dp is roughly equal to 1 px.\n\nDisplay cutout\n: An area on some devices that extends into the display surface to provide space\n for front-facing sensors.\n\nHue\n: The perception of color, or how you would describe the color.\n\nIntents\n: An intent allows an app to signal it needs another app's assistance in\n performing an action; for example, a messaging app can use the Share intent\n to share a photo from the Photos app with a contact. Apps can indicate which\n intents to respond to through activities. Android provides flows and UI for\n a number of intents. Learn about [common intents](/guide/components/intents-common).\n\nNavigation bar\n: An Android system bar displayed at the bottom of the screen. It allows the\n user to navigate a device through either a gesture or tapping a button.\n\nScalable pixels (sp)\n: Scalable pixels serve the same function as dp, but for fonts. The default\n value of an sp is the same as the default value for a dp. The Android system\n calculates the actual font size to use based on the device and the user's\n preference set in the Settings app of their Android-powered device.\n\nStatus bar\n: An Android system bar displayed at the top of the screen. It contains\n notification icons and system icons.\n\nTasks\n: A sequence of activities a user follows to accomplish a goal. These activities\n are arranged in a stack, known as *the back stack* , in the order in which\n each activity is opened. Learn more about the [back stack lifecycle](/guide/components/activities/tasks-and-back-stack).\n\nTone\n: The luminance, or brightness, of a color. Describes the level of light that a\n digital color value represents."]]