पसंद के मुताबिक कर्सर
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.

टीयर 1 — बड़ी स्क्रीन के लिए अलग-अलग
कस्टम कर्सर, आपके ऐप्लिकेशन को अलग बनाते हैं. ये यह बताते हैं कि उपयोगकर्ता, यूज़र इंटरफ़ेस (यूआई) एलिमेंट और कॉन्टेंट के साथ कैसे और कब इंटरैक्ट कर सकते हैं. सिस्टम, कस्टम कर्सर उपलब्ध कराता है, जैसे कि:
- टेक्स्ट फ़ील्ड के लिए आई-बीम
- लेयर के किनारों पर मौजूद हैंडल का साइज़ बदलना
- स्पिनर प्रोसेस करना
हालांकि, आपके पास खास कर्सर बनाने का विकल्प है. जैसे:
- गेम में टारगेट पर कर्सर घुमाने पर क्रॉसहेयर दिखना
- ज़ूम किए जा सकने वाले कॉन्टेंट पर कर्सर घुमाने पर दिखने वाला मैग्नीफ़ाइंग ग्लास
- ड्रॉइंग या इलस्ट्रेशन ऐप्लिकेशन में मौजूद टूल
अगले चरण
अपने ऐप्लिकेशन में कस्टम कर्सर बनाने के बारे में जानने के लिए, यह लेख पढ़ें:
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","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"]],["आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# Custom cursors\n\nTIER 1 --- Large screen differentiated\n| **Objective:** Make your app [large screen differentiated](/docs/quality-guidelines/large-screen-app-quality#large_screen_differentiated) by meeting the [LS-P1](/docs/quality-guidelines/large-screen-app-quality#LS-P1) custom cursors requirement of the [Large screen app quality](/docs/quality-guidelines/large-screen-app-quality) guidelines.\n\nCustom cursors differentiate your app by indicating how and when users can\ninteract with UI elements and content. The system provides custom cursors, such\nas:\n\n- I-beam for text fields\n- Resize handles at resizable layer edges\n- Processing spinners\n\nBut you can create specialty cursors, such as:\n\n- Crosshairs when hovering over targets in games\n- A magnifying glass when hovering over zoomable content\n- Tools in drawing or illustration apps\n\nNext steps\n----------\n\nTo learn about creating custom cursors in your app, see:\n\n- [`PointerIcon`](/reference/kotlin/android/view/PointerIcon)\n- [Mouse pointer icons](https://chromeos.dev/en/android/pointer-styling)"]]