קריאה לפעולה, היעד העיקרי שאתם רוצים שהמשתמש ישיג. לדוגמה, הרשמה יכולה להיות קריאה לפעולה שמאפשרת למשתמש להיכנס לשירות.
פריסה קנונית
קומפוזיציות עיצוביות נפוצות שעוזרות להתאים את הפריסות לתרחישים נפוצים ולגדלי מסך שונים.
כרומה
הצבעוניות של צבע, מגוון מאפור ניטרלי ועד צבעוניות מלאה.
בלימה
הקונספט של קיבוץ חזותי ליצירת גבולות באמצעות רווח לבן או רכיבים גלויים.
פיקסלים שלא תלויים בדחיסות (dp)
יחידות גמישות שניתן לשנות את הגודל שלהן כך שיהיו להן מידות אחידות בכל מסך. הם מבוססים על הצפיפות הפיזית של המסך. היחידות האלה הן יחסיות למסך של 160 dpi (נקודות לאינץ'), שבו 1 dp שווה בערך ל-1 px.
מגרעת במסך
אזור בחלק מהמכשירים שמתרחב אל פני המסך כדי לספק מקום לחיישנים שפונים קדימה.
גוון
התפיסה של הצבע, או איך היית מתאר את הצבע.
כוונות
אינטנט מאפשר לאפליקציה לסמן שהיא צריכה עזרה מאפליקציה אחרת כדי לבצע פעולה. לדוגמה, אפליקציית הודעות יכולה להשתמש באינטנט השיתוף כדי לשתף תמונה מאפליקציית Photos עם איש קשר. אפליקציות יכולות לציין אילו כוונות הן רוצות להשיג באמצעות פעילויות. Android מספקת תהליכים וממשק משתמש למספר כוונות. מידע נוסף על כוונות נפוצות
סרגל הניווט
סרגל מערכת של Android שמוצג בתחתית המסך. היא מאפשרת למשתמש לנווט במכשיר באמצעות תנועה או הקשה על לחצן.
פיקסלים שניתן לשנות (sp)
פיקסלים שניתנים להתאמה משמשים לאותה מטרה כמו dp, אבל לגופנים. ערך ברירת המחדל של sp זהה לערך ברירת המחדל של dp. מערכת Android
מחשבת את גודל הגופן בפועל שבו צריך להשתמש על סמך המכשיר וההעדפה של המשתמש
שמוגדרת באפליקציית ההגדרות של מכשיר Android.
שורת סטטוס
סרגל מערכת של Android שמוצג בחלק העליון של המסך. הוא מכיל סמלי התראות וסמלי מערכת.
Tasks
רצף של פעילויות שהמשתמש מבצע כדי להשיג יעד. הפעילויות האלה מסודרות בערימה, שנקראת ערימת הפעילויות הקודמות, לפי הסדר שבו כל פעילות נפתחת. מידע נוסף על מחזור החיים של ערימת החזרה
טון
הבהירות של הצבע. מתאר את רמת האור שמיוצגת על ידי ערך צבע דיגיטלי.
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-27 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-27 (שעון UTC)."],[],[],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."]]