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

PositionIndicator कॉम्पोनेंट, उपयोगकर्ता की जगह की जानकारी को सूची या रेंज वैल्यू में दिखाता है.
सूची में या अन्य संदर्भों के लिए, पोज़िशन इंडिकेटर का इस्तेमाल करें. ऐसा तब करें, जब स्क्रोल करने, सेटिंग में बदलाव करने, आवाज़ कंट्रोल करने या अन्य कार्रवाइयां करने के लिए, घुमने वाले साइड बटन (आरएसबी) का इस्तेमाल किया जा सकता हो.
शरीर-रचना विज्ञान
इस्तेमाल
पोज़िशन इंडिकेटर के ये उदाहरण देखें.

बड़ी स्क्रीन

रिस्पॉन्सिव व्यवहार
पोज़िशन इंडिकेटर का साइज़, अलग-अलग स्क्रीन साइज़ पर एक जैसा रहेगा. इसका मतलब है कि साइज़ के हिसाब से कर्व का ऐंगल थोड़ा बदल जाएगा.

पोज़िशन इंंडिकेटर
इंडिकेटर का आर्क हमेशा 50 dp ऊंचा होता है (आनुपातिक रूप से स्केल नहीं होता). इसका मतलब है कि साइज़ बढ़ने पर सिर्फ़ डिग्री बदलती है.
SysUI से मैच करने के लिए, मार्जिन को मैन्युअल तरीके से 2 dp तक कम किया जा सकता है. ऊंचाई 50 डीपी पर सेट रहेगी.

कंट्रोल/आरएसबी इंडिकेटर
इंडिकेटर का आर्क हमेशा 76 dp ऊंचा होता है (आकार के हिसाब से स्केल नहीं होता). इसका मतलब है कि साइज़ बढ़ने पर सिर्फ़ डिग्री बदलती है.
इनमें से कोई भी काम किया जा सकता है:
- SysUI से मैच करने के लिए, मार्जिन को मैन्युअल तरीके से 2 dp तक कम करें. ऊंचाई 50 डीपी पर सेट रहेगी.
- इंडिकेटर को स्क्रीन की बाईं या दाईं ओर रखें.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. 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,["# Position indicator\n\nThe [PositionIndicator](/reference/kotlin/androidx/wear/compose/material/package-summary#PositionIndicator(androidx.compose.foundation.ScrollState,androidx.compose.ui.Modifier,kotlin.Boolean)) component displays the user's location in a list or range value. \nUse position indicators in list or for other contexts when you can use the rotating side button (RSB) to scroll, adjust settings, control volume, or do other actions.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nAnatomy\n-------\n\nA. Track \nB. Indicator\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nUsage\n-----\n\nSee the following examples of position indicators.\n\nLarge screens\n-------------\n\n### **Responsive behavior**\n\nThe position indicator will remain the same size across screen sizes, this means the angle of the curve will change slightly to match.\n\n**Position indicator**\n\nThe arc of the indicator is always 50 dp high (doesn't scale proportionally) meaning only the degree changes as you go up in size. \n\n\nIt's possible to manually adjust the margin down to 2 dp to match SysUI. The height will remain fixed at 50 dp.\n\n**Control/RSB indicator**\n\nThe arc of the indicator is always 76 dp high (doesn't scale proportionally) meaning only the degree changes as you go up in size. \n\nIt's possible to:\n\n- Manually adjust the margin down to 2 dp to match SysUI. The height will remain fixed at 50 dp.\n- Have the indicator sit on the left or right side of the screen."]]