রঙ রাষ্ট্র তালিকা সম্পদ
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি ColorStateList
হল এমন একটি বস্তু যা আপনি XML-এ সংজ্ঞায়িত করতে পারেন এবং একটি রঙ হিসাবে প্রয়োগ করতে পারেন যা বাস্তবে এটি যে View
অবজেক্টে প্রয়োগ করা হয় তার অবস্থার উপর নির্ভর করে রঙ পরিবর্তন করে৷ উদাহরণস্বরূপ, একটি Button
উইজেট বিভিন্ন অবস্থার মধ্যে একটিতে বিদ্যমান থাকতে পারে: চাপা, ফোকাস করা বা কোনটিই নয়। একটি রঙ রাজ্য তালিকা ব্যবহার করে, আপনি প্রতিটি রাজ্যের জন্য একটি ভিন্ন রঙ প্রদান করতে পারেন।
আপনি একটি XML ফাইলে রাষ্ট্র তালিকা বর্ণনা করুন. প্রতিটি রঙ একটি <item>
উপাদানে একটি একক <selector>
উপাদানের মধ্যে সংজ্ঞায়িত করা হয়। প্রতিটি <item>
যে অবস্থায় ব্যবহার করা হয় তা বর্ণনা করতে বিভিন্ন বৈশিষ্ট্য ব্যবহার করে।
প্রতিটি রাজ্যের পরিবর্তনের সময়, রাজ্যের তালিকাটি উপরে থেকে নীচের দিকে সরানো হয় এবং বর্তমান অবস্থার সাথে মেলে এমন প্রথম আইটেমটি ব্যবহার করা হয়। নির্বাচনটি "সেরা" ম্যাচের উপর ভিত্তি করে নয় , বরং প্রথম আইটেম যা রাজ্যের সর্বনিম্ন মানদণ্ড পূরণ করে।
দ্রষ্টব্য: আপনি যদি একটি স্ট্যাটিক রঙের সংস্থান প্রদান করতে চান তবে একটি সাধারণ রঙের মান ব্যবহার করুন।
- ফাইল অবস্থান:
-
res/color/ filename .xml
ফাইলের নাম রিসোর্স আইডি হিসাবে ব্যবহৃত হয়। - সংকলিত সম্পদ ডেটা টাইপ:
- একটি
ColorStateList
এ রিসোর্স পয়েন্টার - সম্পদ রেফারেন্স:
- জাভাতে:
R.color. filename
XML-এ: @[ package :]color/ filename
- সিনট্যাক্স:
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:color="hex_color"
android:lStar="floating_point_value"
android:state_pressed=["true" | "false"]
android:state_focused=["true" | "false"]
android:state_selected=["true" | "false"]
android:state_checkable=["true" | "false"]
android:state_checked=["true" | "false"]
android:state_enabled=["true" | "false"]
android:state_window_focused=["true" | "false"] />
</selector>
- উপাদান:
-
<selector>
- প্রয়োজন। এটি মূল উপাদান। এক বা একাধিক
<item>
উপাদান রয়েছে। গুণাবলী:
-
xmlns:android
- স্ট্রিং প্রয়োজন। XML নামস্থান সংজ্ঞায়িত করে, যা
"http://schemas.android.com/apk/res/android"
৷
-
<item>
- নির্দিষ্ট অবস্থার সময় ব্যবহার করার জন্য একটি রঙকে সংজ্ঞায়িত করে, যেমনটি এর বৈশিষ্ট্যগুলির দ্বারা বর্ণনা করা হয়েছে৷ এটি একটি
<selector>
উপাদানের সন্তান। গুণাবলী:
-
android:color
- হেক্সাডেক্সিমাল রঙ । প্রয়োজন রঙটি একটি RGB মান এবং ঐচ্ছিক আলফা চ্যানেলের সাথে নির্দিষ্ট করা হয়েছে।
মানটি সর্বদা একটি পাউন্ড ( #
) অক্ষর দিয়ে শুরু হয়, তারপরে নিম্নলিখিত ফর্ম্যাটে আলফা-লাল-সবুজ-নীল তথ্য দ্বারা অনুসরণ করা হয়:
- # আরজিবি
- # ARGB
- # আরআরজিবিবি
- # AARRGGBB
-
android:lStar
- ফ্লোটিং পয়েন্ট । ঐচ্ছিক এই বৈশিষ্ট্যটি বেস রঙের উপলব্ধিগত আলোকে পরিবর্তন করে। এটি 0 এবং 100 এর মধ্যে একটি ফ্লোটিং-পয়েন্ট মান বা একটি থিম অ্যাট্রিবিউট লাগে যা এইভাবে সমাধান করে। আইটেমটির সামগ্রিক রঙ গণনা করা হয় বেস কালারকে একটি অ্যাক্সেসিবিলিটি ফ্রেন্ডলি কালার স্পেসে রূপান্তর করে এবং
lStar
অ্যাট্রিবিউটে নির্দিষ্ট করা মানতে এর L* সেট করে। উদাহরণ: android:lStar="50"
-
android:state_pressed
- বুলিয়ান
"true"
যদি এই আইটেমটি ব্যবহার করা হয় যখন বস্তুটি ট্যাপ করা হয়, যেমন যখন একটি বোতাম স্পর্শ করা হয় বা ক্লিক করা হয়। এটি "false"
যদি এই আইটেমটি ডিফল্ট, নন-ট্যাপ অবস্থায় ব্যবহার করা হয়। -
android:state_focused
- বুলিয়ান
"true"
যদি এই আইটেমটি ব্যবহার করা হয় যখন বস্তুটি ফোকাস করা হয়, যেমন যখন ট্র্যাকবল বা ডি-প্যাড ব্যবহার করে একটি বোতাম হাইলাইট করা হয়। এটি "false"
যদি এই আইটেমটি ডিফল্ট, নন-ফোকাসড অবস্থায় ব্যবহার করা হয়। -
android:state_selected
- বুলিয়ান
"true"
যদি এই আইটেমটি ব্যবহার করা হয় যখন বস্তুটি নির্বাচন করা হয়, যেমন যখন একটি ট্যাব খোলা হয়। এটি "false"
যদি এই আইটেমটি ব্যবহার করা হয় যখন বস্তুটি নির্বাচন করা হয় না। -
android:state_checkable
- বুলিয়ান
"true"
যদি এই আইটেমটি ব্যবহার করা হয় যখন বস্তুটি পরীক্ষাযোগ্য হয়। এটি "false"
যদি এই আইটেমটি ব্যবহার করা হয় যখন বস্তুটি পরীক্ষাযোগ্য না হয়৷ শুধুমাত্র উপযোগী যদি বস্তুটি একটি চেকযোগ্য এবং অ-চেকযোগ্য উইজেটের মধ্যে স্থানান্তর করতে পারে। -
android:state_checked
- বুলিয়ান
"true"
যদি এই আইটেমটি ব্যবহার করা হয় যখন বস্তুটি চেক করা হয়। এটি "false"
যদি এটি ব্যবহার করা হয় যখন বস্তুটি অনির্বাচিত হয়। -
android:state_enabled
- বুলিয়ান
"true"
যদি এই আইটেমটি ব্যবহার করা হয় যখন বস্তুটি সক্রিয় থাকে, স্পর্শ বা ক্লিক ইভেন্টগুলি গ্রহণ করতে সক্ষম। এটি "false"
যদি এটি ব্যবহার করা হয় যখন বস্তুটি নিষ্ক্রিয় থাকে। -
android:state_window_focused
- বুলিয়ান
"true"
যদি এই আইটেমটি ব্যবহার করা হয় যখন অ্যাপ্লিকেশন উইন্ডোতে ফোকাস থাকে, অর্থাৎ অ্যাপ্লিকেশনটি অগ্রভাগে থাকে। এটি "false"
যদি এই আইটেমটি ব্যবহার করা হয় যখন অ্যাপ্লিকেশান উইন্ডোতে ফোকাস না থাকে, যেমন বিজ্ঞপ্তির ছায়াটি নিচের দিকে টানা হয় বা একটি ডায়ালগ উপস্থিত হয়৷
দ্রষ্টব্য: রাজ্যের তালিকার প্রথম আইটেমটি যা বস্তুর বর্তমান অবস্থার সাথে মেলে তা প্রয়োগ করা হয়। সুতরাং, যদি তালিকার প্রথম আইটেমটিতে পূর্ববর্তী রাষ্ট্রের কোনো বৈশিষ্ট্য না থাকে, তাহলে এটি প্রতিবার প্রযোজ্য হয়। এই কারণে, আপনার ডিফল্ট মানটি সর্বশেষে রাখুন, যেমনটি নিম্নলিখিত উদাহরণে দেখানো হয়েছে।
- উদাহরণ:
- XML ফাইল
res/color/button_text.xml
এ সংরক্ষিত হয়েছে:<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:color="#ffff0000"/> <!-- pressed -->
<item android:state_focused="true"
android:color="#ff0000ff"/> <!-- focused -->
<item android:color="#ff000000"/> <!-- default -->
</selector>
নিম্নলিখিত লেআউট XML একটি View
রঙের তালিকা প্রয়োগ করে:
<Button
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/button_text"
android:textColor="@color/button_text" />
- এছাড়াও দেখুন:
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 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-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Color state list resource\n\nA [ColorStateList](/reference/android/content/res/ColorStateList)\nis an object you can define in XML and apply as a color that actually changes colors depending on\nthe state of the [View](/reference/android/view/View) object it is\napplied to. For example, a [Button](/reference/android/widget/Button)\nwidget can exist in one of several states: pressed, focused, or neither. Using a color state list,\nyou can provide a different color for each state.\n\nYou describe the state list in an XML file. Each color is defined in an `\u003citem\u003e` element inside a single `\u003cselector\u003e` element. Each `\u003citem\u003e`\nuses various attributes to describe the state in which it is used.\n\nDuring each state change, the state list is traversed top to bottom, and the first item that\nmatches the current state is used. The selection is *isn't* based on the \"best\"\nmatch, but rather the first item that meets the minimum criteria of the state.\n\n**Note:** If you want to provide a static color resource, use a\nsimple [color](/guide/topics/resources/more-resources#Color) value.\n\nfile location:\n: `res/color/`*filename*`.xml` \n\n The filename is used as the resource ID.\n\ncompiled resource datatype:\n: Resource pointer to a [ColorStateList](/reference/android/content/res/ColorStateList)\n\nresource reference:\n:\n In Java: `R.color.`*filename* \n\n In XML: `@[`*package* `:]color/`*filename*\n\nsyntax:\n:\n\n ```xml\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n \u003cselector xmlns:android=\"http://schemas.android.com/apk/res/android\" \u003e\n \u003citem\n android:color=\"hex_color\"\n android:lStar=\"floating_point_value\"\n android:state_pressed=[\"true\" | \"false\"]\n android:state_focused=[\"true\" | \"false\"]\n android:state_selected=[\"true\" | \"false\"]\n android:state_checkable=[\"true\" | \"false\"]\n android:state_checked=[\"true\" | \"false\"]\n android:state_enabled=[\"true\" | \"false\"]\n android:state_window_focused=[\"true\" | \"false\"] /\u003e\n \u003c/selector\u003e\n ```\n\nelements:\n:\n\n `\u003cselector\u003e`\n : **Required.** This is the root element. Contains one or more `\u003citem\u003e` elements.\n\n Attributes:\n\n `xmlns:android`\n : *String* . **Required.** Defines the XML namespace, which is\n `\"http://schemas.android.com/apk/res/android\"`.\n\n `\u003citem\u003e`\n : Defines a color to use during certain states, as described by its attributes. It is a\n child of a `\u003cselector\u003e` element.\n\n Attributes:\n\n `android:color`\n : *Hexadeximal color* . **Required** . The color is specified with an\n RGB value and optional alpha channel.\n\n The value always begins with a pound (`#`) character, followed by the\n Alpha-Red-Green-Blue information in one of the following formats:\n\n - #*RGB*\n - #*ARGB*\n - #*RRGGBB*\n - #*AARRGGBB*\n\n `android:lStar`\n : *Floating point* . **Optional** . This attribute modifies the base color's perceptual luminance. It takes either a\n floating-point value between 0 and 100 or a theme attribute that resolves as such. The item's\n overall color is calculated by converting the base color to an accessibility friendly color space\n and setting its L\\* to the value specified on the `lStar` attribute.\n\n Example: `android:lStar=\"50\"`\n\n `android:state_pressed`\n : *Boolean* . `\"true\"` if this item is used when the object is tapped, such as when a button\n is touched or clicked. It's `\"false\"` if this item is used in the default, non-tapped state.\n\n `android:state_focused`\n : *Boolean* . `\"true\"` if this item is used when the object is focused, such as when a button\n is highlighted using the trackball or D-pad. It's `\"false\"` if this item is used in the default,\n non-focused state.\n\n `android:state_selected`\n : *Boolean* . `\"true\"` if this item is used when the object is selected, such as when a\n tab is opened. It's `\"false\"` if this item it used when the object isn't selected.\n\n `android:state_checkable`\n : *Boolean* . `\"true\"` if this item is used when the object is checkable. It's `\"false\"` if this\n item is used when the object isn't checkable. Only useful if the object can\n transition between a checkable and non-checkable widget.\n\n `android:state_checked`\n : *Boolean* . `\"true\"` if this item is used when the object is checked. It's `\"false\"` if it\n is used when the object is deselected.\n\n `android:state_enabled`\n : *Boolean* . `\"true\"` if this item is used when the object is enabled, capable of\n receiving touch or click events. It's `\"false\"` if it is used when the object is disabled.\n\n `android:state_window_focused`\n : *Boolean* . `\"true\"` if this item is used when the application window has focus,\n meaning the\n application is in the foreground. It's `\"false\"` if this item is used when the application\n window doesn't have focus, such as if the notification shade is pulled down or a dialog appears.\n\n **Note:** The first item in the state list that\n matches the current state of the object is applied. So, if the first item in the list contains\n none of the preceding state attributes, then it applies every time. For this reason, place your\n default value last, as shown in the following example.\n\n\nexample:\n : XML file saved at `res/color/button_text.xml`: \n\n ```xml\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n \u003cselector xmlns:android=\"http://schemas.android.com/apk/res/android\"\u003e\n \u003citem android:state_pressed=\"true\"\n android:color=\"#ffff0000\"/\u003e \u003c!-- pressed --\u003e\n \u003citem android:state_focused=\"true\"\n android:color=\"#ff0000ff\"/\u003e \u003c!-- focused --\u003e\n \u003citem android:color=\"#ff000000\"/\u003e \u003c!-- default --\u003e\n \u003c/selector\u003e\n ```\n\n\n The following layout XML applies the color list to a `View`:\n\n ```xml\n \u003cButton\n android:layout_width=\"fill_parent\"\n android:layout_height=\"wrap_content\"\n android:text=\"@string/button_text\"\n android:textColor=\"@color/button_text\" /\u003e\n ```\n\nsee also:\n:\n - [Color (simple value)](/guide/topics/resources/more-resources#Color)\n - [ColorStateList](/reference/android/content/res/ColorStateList)\n - [State list drawable](/guide/topics/resources/drawable-resource#StateList)"]]