จะเปลี่ยนขนาดตัวอักษรและสีของตัวหมุนได้อย่างไร?


432

ในแอปพลิเคชัน Android ของฉันฉันกำลังใช้ตัวหมุนและฉันได้โหลดข้อมูลจากฐานข้อมูล SQLite ลงในตัวหมุนแล้วและมันก็ทำงานได้อย่างถูกต้อง นี่คือรหัสสำหรับสิ่งนั้น

Spinner spinner = (Spinner) this.findViewById(R.id.spinner1);
List<String> list = new ArrayList<String>();
ArrayAdapter<String> dataAdapter = new ArrayAdapter<String>  (this,android.R.layout.simple_spinner_item, list);
cursor.moveToFirst();

list.add("All Lists");

if (cursor.getCount() > 0) {
    for (int i = 0; i < cursor.getCount(); i++) {
        keyList[i] = cursor.getString(cursor.getColumnIndex(AndroidOpenDbHelper.KEYWORD));
        list.add(keyList[i]);
        cursor.moveToNext();
    }
}
Database.close();
cursor.close();
dataAdapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
spinner.setAdapter(dataAdapter);

ตอนนี้ฉันต้องการเปลี่ยนสีตัวอักษรและขนาดตัวอักษรของข้อมูลตัวหมุน ฉันใช้บรรทัด XML ต่อไปนี้กับแท็กสปินเนอร์ในไฟล์ XML ของฉัน แต่มันไม่ทำงาน

android:textColor="@android:color/white"
android:textSize="11dp"

ฉันจะเปลี่ยนสีข้อความและขนาดตัวอักษรของสปินเนอร์ได้อย่างไร


ตรวจสอบเว็บไซต์ต่อไปนี้ [StackoverFlow] [1] [stackoverflow] [2] [stackoverflow] [3] ฉันคิดว่านี่เป็นคำถามที่ซ้ำกัน [1]: stackoverflow.com/questions/4880413/… [2]: stackoverflow.com/questions / 4989817 / … [3]: stackoverflow.com/questions/5836254/…
1203673

ลองโพสต์นี้stackoverflow.com/questions/6159113/…
Ajay

1
สำหรับ textize ขนาดที่ถูกต้องคือใช้ SP ... android: textSize = "11sp"
Diego Venâncio

คำตอบ:


780

สร้างไฟล์ XML ที่กำหนดเองสำหรับรายการสปินเนอร์ของคุณ

spinner_item.xml:

ให้สีและขนาดที่กำหนดเองของคุณเป็นข้อความในไฟล์นี้

<?xml version="1.0" encoding="utf-8"?>

<TextView  
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent" 
    android:layout_height="wrap_content"
    android:textSize="20sp"
    android:gravity="left"  
    android:textColor="#FF0000"         
    android:padding="5dip"
    />

ตอนนี้ใช้ไฟล์นี้เพื่อแสดงรายการสปินเนอร์ของคุณเช่น:

ArrayAdapter<String> adapter = new ArrayAdapter<String>(this, R.layout.spinner_item,list);

คุณไม่จำเป็นต้องตั้งค่าทรัพยากรแบบหล่นลง มันจะใช้เวลาspinner_item.xmlเพียงเพื่อแสดงรายการของคุณในสปินเนอร์


2
ข้อความ @Hiral จะเป็นสีขาวสำหรับรายการที่เลือกในปัจจุบัน
เทสลา

8
@SANTHOSH คุณต้องเพิ่ม id ใน TextView แค่ต่อท้ายตรงandroid:id="@+id/customSpinnerItemTextView"นี้ หากคุณ debugged คุณจะรู้สิ่งนี้
vilpe89

3
@ vilpe89 คุณสามารถแก้ไขโค้ดด้านบนของคุณเพื่อแสดงว่าคุณหมายถึงอะไร android นี้: id ไปที่ไหน ไม่แน่นอนในแท็กสปินเนอร์เพราะมันมีรหัสของตัวเอง แต่มันก็ไม่มีเหตุผลที่จะเพิ่มเข้าไปใน textview tag ที่คุณสร้างไว้ด้านบน ฉันจะอ้างอิงว่าฉันต้องการใช้แท็กนี้โดยตรงจาก XML ได้อย่างไร นอกจากนี้เมื่อสร้าง XML จาก Eclipse ฉันไม่เห็นตัวเลือกใด ๆ ในการสร้างไฟล์ XML ที่มีเพียง TextView วิธีนี้ทำงานอย่างไร ???
Michael

29
ทราบเพียงเล็กน้อย Textsize ควรใช้spแทนdp / dip
ymerdrengene

18
ไม่สามารถทำได้ด้วยการใช้สไตล์เท่านั้น ฉันประหลาดใจที่สิ่งเล็ก ๆ น้อย ๆ ยากที่จะจัดวางใน android .. มันน่าผิดหวัง .. ฉันหวังว่าพวกเขาจะมีระบบจัดแต่งทรงผมอย่าง css
yeahman

183

เรียบง่ายและคมชัด ... :

private OnItemSelectedListener OnCatSpinnerCL = new AdapterView.OnItemSelectedListener() {
    public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {

       ((TextView) parent.getChildAt(0)).setTextColor(Color.BLUE);
       ((TextView) parent.getChildAt(0)).setTextSize(5);

    }

    public void onNothingSelected(AdapterView<?> parent) {

    }
};

19
นี่เป็นทางออกที่ดีที่สุดสำหรับฉันเพราะฉันต้องการเปลี่ยนสีของข้อความในสปินเนอร์ แต่ไม่ใช่ในรายการที่ปรากฏ ขอบคุณ.
peter.bartos

7
สำหรับฉันสีของสินค้ากระพริบเปลี่ยนจากสีเดิมเป็นสีที่ฉันเลือก
Felipe Conde

@FelipeConde คุณเคยพบคำตอบหรือไม่? ฉันมีคำถามเดียวกัน คำถามของฉันอยู่ที่นี่: stackoverflow.com/questions/33908564/…
Rock Lee

@FelipieConde สำหรับคุณมันจะใช้สีขึ้นในตอนแรกจากนั้นคุณเปลี่ยนเป็นสีอื่นด้วยตนเองดังนั้นมันจึงดูเหนื่อย At First It Takes <item name = "colorAccent"> @ color / color_primary </item> จากนั้นคุณเปลี่ยนโปรแกรมด้วยตนเองคุณจึงรู้สึกกระพริบตา
Ashraf

2
สิ่งนี้ได้ผลสำหรับฉัน แต่ปัญหาของฉันคือเมื่อฉันกลับมาจากแอพส่วนที่ขัดข้องเนื่องจากได้รับตัวชี้โมฆะในรหัสด้านบน
Akshay Shah

145

หากสปินเนอร์ทั้งหมดอาจมีสีข้อความเหมือนกันสำหรับรายการ TextView ของพวกเขาแนวทางอื่นคือการใช้สไตล์ที่กำหนดเองสำหรับรายการแบบหล่นลงของสปินเนอร์:

ในres/values/styles.xml:

<resources>
    <style name="AppBaseTheme" parent="android:Theme.Light">
    </style>

    <style name="AppTheme" parent="AppBaseTheme">
        <item name="android:spinnerDropDownItemStyle">@style/mySpinnerItemStyle</item>
    </style>

    <style name="mySpinnerItemStyle" parent="@android:style/Widget.Holo.DropDownItem.Spinner">
        <item name="android:textColor">@color/my_spinner_text_color</item>
    </style>
</resources>

และกำหนดสีที่กำหนดเองของคุณใน res / values ​​/ colors.xml:

<color name="my_spinner_text_color">#808080</color>

2
และวิธีการใช้โซลูชันนี้กับชุดรูปแบบ Appcompt ฉันลองมันอีกครั้งโดยเอาชนะธีมผู้ปกครอง "@ style / Widget.AppCompat.DropDownItem.Spinner" และมันก็ไม่ได้ผลออกมา
GyRo

11
ฉันจะเพิ่มด้วย: <item name = "android: spinnerItemStyle"> @ style / mySpinnerItemStyle </item> สิ่งนี้ช่วยให้มั่นใจได้ว่าข้อความที่ยุบตัวมีสีเดียวกัน - ในกรณีนี้เป็นพฤติกรรมที่ต้องการ
วงไม่มีที่สิ้นสุด

4
ไม่ได้ผลสำหรับฉันทั้งสองรูปแบบจะถูกละเว้นอย่างสมบูรณ์
diogo.abdalla

1
@hypee โปรดแก้ไขคำตอบของคุณตามคำแนะนำของ infinite-loop มันทำงานได้อย่างสมบูรณ์แบบสำหรับฉัน
Chintan Desai

4
สำหรับธีม AppCompat เพียงลบandroid:เช่นนี้<item name="spinnerDropDownItemStyle">@style/mySpinnerItemStyle</item>
Roman_D

73

นี่คือลิงค์ที่สามารถช่วยคุณเปลี่ยนสีของสปินเนอร์ได้ :

คลิกที่นี่

<Spinner
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:id="@+id/spinner"
    android:textSize="20sp"
    android:entries="@array/planets"/>

คุณต้องสร้างไฟล์เลย์เอาต์ของคุณเองโดยใช้ข้อกำหนดที่กำหนดเองสำหรับรายการสปินเนอร์spinner_item.xml :

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@android:id/text1"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:textSize="20sp"
    android:textColor="#ff0000" />

หากคุณต้องการปรับแต่งรายการดรอปดาวน์คุณจะต้องสร้างไฟล์เลย์เอาต์ใหม่ spinner_dropdown_item.xml :

<?xml version="1.0" encoding="utf-8"?>
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@android:id/text1"
    style="?android:attr/spinnerDropDownItemStyle"
    android:maxLines="1"
    android:layout_width="match_parent"
    android:layout_height="?android:attr/listPreferredItemHeight"
    android:ellipsize="marquee"
    android:textColor="#aa66cc"/>

และในที่สุดก็มีการเปลี่ยนแปลงในการประกาศปินเนอร์:

ArrayAdapter adapter = ArrayAdapter.createFromResource(this,
R.array.planets_array, R.layout.spinner_item);

adapter.setDropDownViewResource(R.layout.spinner_dropdown_item);
spinner.setAdapter(adapter);

แค่นั้นแหละ.


2
นี่คือการตอบกลับอัตโนมัติที่มาจากการตรวจสอบการโพสต์โดยผู้ใช้ใหม่ ดีใจที่เห็นว่าคุณแก้ไขคำตอบแล้ว! :)
มาร์โค

1
ดูเหมือนว่าandroid:textSize="20sp"ในส่วนของโค้ดแรกนั้นไร้ประโยชน์: ขนาดของการควบคุมถูกกำหนดไว้ในspinner_item.xml
DenisGL

23

หากคุณทำงานกับ android.support.v7.widget.AppCompatSpinner ที่นี่เป็นวิธีการทดสอบที่ง่ายที่สุดโดยใช้รูปแบบ:

 <android.support.v7.widget.AppCompatSpinner
                    android:id="@+id/spefcialFx"
                    style="@style/Widget.AppCompat.Spinner.Underlined"
                    android:layout_width="200dp"
                    android:layout_height="wrap_content"
                    android:layout_marginLeft="4dp"
                    android:theme="@style/Spinner"
                    android:entries="@array/special_fx_arrays"
                    android:textSize="@dimen/text_size_normal"></android.support.v7.widget.AppCompatSpinner>

และสไตล์:

<style name="Spinner" parent="Widget.AppCompat.Light.DropDownItem.Spinner">
        <item name="android:paddingStart">0dp</item>
        <item name="android:paddingEnd">0dp</item>
        <item name="android:textColor">@color/white</item>
        <item name="android:backgroundTint">@color/red</item>
        <item name="android:textSize">14sp</item>
    </style>

ข้อเสียเพียงอย่างเดียวคือ android: backgroundTint ตั้งค่าสีสำหรับทั้งลูกศรแบบหล่นลงและพื้นหลังแบบเลื่อนลง


3
คุณใช้style="@style/Widget.AppCompat.Spinner.Underlined"แต่คุณมีเพียงstyle name="Spinner"...
user25

1
paddingStartต้องใช้ API 17, backgroundTintต้องใช้ API 21
CoolMind

18

เพื่อป้องกันการล้าหลังคุณไม่เพียง แต่ต้องตั้งค่าคุณสมบัติข้อความในonItemSelectedฟัง แต่ยังอยู่ในonCreateวิธีการของกิจกรรม(แต่มันค่อนข้างยุ่งยากเล็กน้อย)

คุณต้องใส่สิ่งนี้onCreateหลังจากตั้งค่าอะแดปเตอร์:

spinner.setSelection(0, true);
View v = spinner.getSelectedView();
((TextView)v).setTextColor(backgroundColor);

แล้วใส่สิ่งนี้ลงในonItemSelected:

((TextView) view).setTextColor(backgroundColor);

นี่คือตัวอย่างเต็มรูปแบบ:

@Override  
protected void onCreate(Bundle savedInstanceState)
{  
    Spinner spinner = (Spinner) findViewById(R.id.spinner); 

    //Set the choices on the spinner by setting the adapter.  
    spinner.setAdapter(new SpinnerAdapter(toolbar.getContext(), new String[]{"Overview", "Story", "Specifications", "Poll", "Video"}, accentColor, backgroundColor));

    //Set the text color of the Spinner's selected view (not a drop down list view) 
    spinner.setSelection(0, true);
    View v = spinner.getSelectedView();
    ((TextView)v).setTextColor(backgroundColor);

    //Set the listener for when each option is clicked.  
    spinner.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener()
    {  

        @Override  
        public void onItemSelected(AdapterView<?> parent, View view, int position, long id)
        {  
           //Change the selected item's text color  
           ((TextView) view).setTextColor(backgroundColor);
        }  

        @Override  
        public void onNothingSelected(AdapterView<?> parent)
        {  
        }  
    });  

}  

สำหรับรายละเอียดเพิ่มเติมโปรดดูที่คำถามของฉัน


15

หากคุณต้องการเปลี่ยนสีของตัวอักษรในรายการที่เลือกเท่านั้นสิ่งนี้อาจเป็นวิธีแก้ปัญหาที่เป็นไปได้ มันทำงานได้สำหรับฉันและควรทำงานให้คุณเช่นกัน

spinner.getViewTreeObserver().addOnGlobalLayoutListener(new ViewTreeObserver.OnGlobalLayoutListener() {
            @Override
            public void onGlobalLayout() {
                ((TextView) spinner.getSelectedView()).setTextColor(Color.WHITE);
            }
        });

6

สำหรับคนที่ต้องการเพียงวิธีการที่StyleAppCompat

ผลลัพธ์
ป้อนคำอธิบายรูปภาพที่นี่ ป้อนคำอธิบายรูปภาพที่นี่

styles.xml

<resources>
    ... 
    <style name="Spinner" parent="Widget.AppCompat.Light.DropDownItem.Spinner">
        <item name="android:paddingStart">0dp</item>
        <item name="android:paddingEnd">0dp</item>
        <item name="android:textColor">@color/material_grey_700</item>
        <item name="android:textSize">12sp</item>
    </style>
</resources>

your_spinner_layout.xml

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent" />
    ...

    <android.support.v7.widget.AppCompatSpinner
        android:id="@+id/content_spinner"
        style="@style/Widget.AppCompat.Spinner.Underlined"
        android:layout_width="140dp"
        android:layout_height="wrap_content"
        android:entries="@array/shipping_tracking_carrier_names"
        android:spinnerMode="dropdown"
        android:theme="@style/Spinner" />

    <EditText
        android:id="@+id/content_input"
        android:layout_width="140dp"
        android:layout_height="wrap_content"
        android:inputType="text"
        android:maxLines="1"
        android:paddingEnd="8dp"
        android:paddingStart="8dp"
        android:textColor="@color/material_grey_700"
        android:textSize="12sp" />

    ...
</LinearLayout>    

บวก
และถ้าคุณต้องการตั้งandroid:entriesโปรแกรมโดยมีสไตล์ที่กำหนด
ลองสิ่งนี้

AppCompatSpinner spinner = findViewById(R.id.content_spinner);
CharSequence[] entries = getResources().getTextArray(R.array.shipping_tracking_carrier_names);
ArrayAdapter<CharSequence> adapter = new ArrayAdapter<>(spinner.getContext(), android.R.layout.simple_spinner_item, entries);
adapter.setDropDownViewResource(android.support.v7.appcompat.R.layout.support_simple_spinner_dropdown_item);
spinner.setAdapter(adapter);

ในรหัสการใช้งานเหมือนกันContextกับSpinnerสิ่งที่สำคัญที่สุดคือ

spinner.getContext()

5

หากต้องการเปลี่ยนสีของข้อความสปินเนอร์:

 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
            ((TextView) parent.getChildAt(0)).setTextColor(Color.WHITE);}

มันง่ายที่สุดและใช้ได้สำหรับฉันขอบคุณ!
Mousa Alfhaily

ฉันชอบวิธีนี้เช่นกัน มันง่ายและทำงานได้ดี
korchix

4

แทนที่จะสร้างเค้าโครงที่กำหนดเองเพื่อให้ได้ขนาดที่เล็กและหากคุณต้องการใช้ LAYOUT ขนาดเล็กภายในของ Android สำหรับสปินเนอร์คุณควรใช้:

"android.R.layout.simple_gallery_item" แทน "android.R.layout.simple_spinner_item"

ArrayAdapter<CharSequence> madaptor = ArrayAdapter
            .createFromResource(rootView.getContext(),
                                R.array.String_visitor,
                                android.R.layout.simple_gallery_item);

มันสามารถลดขนาดของเลย์เอาต์ของสปินเนอร์ได้ มันเป็นแค่กลลวงง่ายๆ

หากคุณต้องการลดขนาดของรายการดรอปดาวน์ใช้สิ่งนี้:

madaptor.setDropDownViewResource(android.R.layout.simple_gallery_item);

4

วิธีที่ง่ายที่สุดในการนำกลับมาใช้ใหม่ / เปลี่ยนทรัพยากร android.R.layout เป็นเพียงการกำหนด ใน Android Studio ให้ทำCtrl+ Bบน android.R.layout.simple_spinner_item.xml

มันจะนำคุณไปยังไฟล์ทรัพยากร เพียงแค่คัดลอกไฟล์ทรัพยากรและเพิ่มเลย์เอาต์ใหม่ในโฟลเดอร์ Package.R.layout ของคุณและเปลี่ยน textColor ของ textview ตามที่คุณต้องการจากนั้นเรียกมันในอะแดปเตอร์ดังนี้:

ArrayAdapter<String> adapter = new ArrayAdapter<String(Context,R.layout.spinner_item, spinnerlist);

4

สำหรับผู้ที่ต้องการเปลี่ยนDrowDownIconสีคุณสามารถใช้เช่นนี้

spinner.getBackground().setColorFilter(Color.parseColor("#ffffff"), PorterDuff.Mode.SRC_ATOP);

คุณลองได้ไหม<item name="android:colorControlNormal" tools:targetApi="lollipop">@color/light_gray</item>
AMAN SINGH

ใส่สายนี้ในสไตล์ของคุณAppTheme
AMAN SINGH

นี่คือรหัสที่ใช้งานได้Drawable spinnerDrawable = spinner.getBackground().getConstantState().newDrawable(); spinnerDrawable.setColorFilter(getResources().getColor(R.color.md_white_1000), PorterDuff.Mode.SRC_ATOP); if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) { spinner.setBackground(spinnerDrawable); }else{ spinner.setBackgroundDrawable(spinnerDrawable); }
Edijae Crusar

4

สามารถเปลี่ยนสีข้อความโดยการแทนที่เมธอด getView ดังนี้:

 new ArrayAdapter<String>(getContext(), android.R.layout.simple_spinner_dropdown_item, list()){
                @Override
                public View getView(int position, View convertView, @NonNull ViewGroup parent) {
                    View view = super.getView(position, convertView, parent);
                    //change the color to which ever you want                    
                    ((CheckedTextView) view).setTextColor(Color.RED);
                    //change the size to which ever you want                    
                    ((CheckedTextView) view).setTextSize(5);
                    //for using sp values use setTextSize(TypedValue.COMPLEX_UNIT_SP, 16);
                    return view;
                }
    }


2
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android" 
    android:id="@android:id/text1"
    style="?android:attr/spinnerItemStyle"
    android:singleLine="true"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:textColor="#fff"
    android:ellipsize="marquee"
    android:textAlignment="inherit"/>

เพียงใช้สิ่งนี้:

ArrayAdapter<String> adapter_category = new ArrayAdapter<String>(this,
    R.layout.spinner_list_item, categories);
adapter_category
    .setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);

1

รูปแบบอื่นของโซลูชันของ Ashraf คือการทำให้แน่ใจว่าคุณคำนึงถึงขนาดหน้าจอบัญชี คุณจะต้องรับสปินเนอร์ใน onCreate และตั้งค่าฟังหลังจากคุณตั้งอะแดปเตอร์:

//set your adapter with default or custom spinner cell, then://
serverSpinner.setOnItemSelectedListener(spinnerSelector);
serverSpinner.setSelection(defaultServer);

จากนั้นคุณสามารถเริ่มเปลี่ยนขนาดตัวอักษรของมุมมองที่แสดงก่อนที่จะคลิกสปินเนอร์:

private AdapterView.OnItemSelectedListener spinnerSelector = new AdapterView.OnItemSelectedListener() {
    public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) {
        boolean tabletSize = getResources().getBoolean(R.bool.isTablet);
        boolean largeTablet = getResources().getBoolean(R.bool.isLargeTablet);
        if (tabletSize) { ((TextView)parent.getChildAt(0)).setTextSize(16); }
        else if (largeTablet) { ((TextView)parent.getChildAt(0)).setTextSize(18); }
        else { ((TextView)parent.getChildAt(0)).setTextSize(12); }
    }
    public void onNothingSelected(AdapterView<?> parent) {

    }
};

สิ่งที่คุณต้องทำคือสร้างโฟลเดอร์เฉพาะเค้าโครงเช่นนี้:

ค่า-sw360dp

ค่า-sw600dp

ค่า-sw800dp

จากนั้นเพิ่มไฟล์ xml ชื่อ "bool.xml" ลงในแต่ละโฟลเดอร์เหล่านั้น:

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <bool name="isTablet">false</bool>
    <bool name="isLargeTablet">false</bool>
</resources>

1

ก่อนอื่นเราต้องสร้างxmlไฟล์ทรัพยากรอย่างง่ายสำหรับสิ่งที่textviewชอบดังนี้:

<?xml version="1.0" encoding="utf-8"?>

 <TextView  
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent" 
    android:layout_height="wrap_content"
    android:textSize="20sp"
    android:gravity="left"  
    android:textColor="#FF0000"         
    android:padding="5dip"
    />   

และบันทึก หลังจากตั้งค่าในรายการอะแดปเตอร์ของคุณ


1

คุณสามารถมีอะแดปเตอร์ประเภทนี้สำหรับเครื่องปั่นด้ายที่ปรับแต่งเองโดยสิ้นเชิง:

 ArrayAdapter<String> genderAdapter = new ArrayAdapter<String>(getActivity(), R.layout.spinner_text, genderList) {

        public View getView(int position, View convertView, ViewGroup parent) {
            View v = super.getView(position, convertView, parent);
            ((TextView) v).setTextSize(TypedValue.COMPLEX_UNIT_DIP, 16);
            ((TextView) v).setTextColor(Color.parseColor("#676767"));
            ((TextView) v).setTypeface(vrFont);
            return v;
        }

        public View getDropDownView(int position, View convertView, ViewGroup parent) {
            View v = super.getDropDownView(position, convertView, parent);
            ((TextView) v).setTextSize(TypedValue.COMPLEX_UNIT_DIP, 16);
            ((TextView) v).setTypeface(vrFont);
            ((TextView) v).setTextColor(Color.parseColor("#676767"));

            if (position == 0) {
                ((TextView) v).setTextColor(Color.parseColor("#979797"));
            }

            return v;
        }

ในขณะที่ R.layout.spinner_text คือ:

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/text1"
style="?android:attr/spinnerItemStyle"
android:layout_width="fill_parent"
android:layout_height="40dp"
android:gravity="center_vertical|left"
android:ellipsize="marquee"
android:maxLines="1"
android:textColor="@color/whiteThree" />

1

หากคุณต้องการวิธีการง่ายๆในการเพิ่มรายการในรายการแบบหล่นลงคุณมักจะเพิ่มรายการเหล่านั้นลงใน strings.xml นี่คือตัวอย่างเกี่ยวกับวิธีเพิ่มสีโดยใช้ไฟล์ strings.xml:

เลือกช่วงอายุ

<string-array name="age_array">

   <item> 0-6 </item>                               //No custom colour

  <item><font fgcolor='#FF4CD964'> 12+ </font></item> //With custom colour

</string-array>

เคล็ดลับน่ารัก ... มีประโยชน์และรวดเร็วสำหรับเครื่องปั่นชิ้นเดียวสีต้องเป็นสตริงค่าสีดิบที่ไม่ได้มาจาก xml
me_

0

ฉันได้ทำสิ่งต่อไปนี้ฉันใช้เมธอด getDropDownView () และ getView ()

ใช้getDropDownView()สำหรับสปินเนอร์ที่เปิดอยู่

@Override
public View getDropDownView(int position, View convertView, ViewGroup parent) {
  View view = convertView;
  if (view == null) {
    LayoutInflater vi = (LayoutInflater) activity.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
    view = vi.inflate(R.layout.context_row_icon, null);
  }
  TextView mTitle = (TextView) view.findViewById(R.id.context_label);
  ImageView flag = (ImageView) view.findViewById(R.id.context_icon);                

  mTitle.setText(values[position].getLabel(activity));

  if (!((LabelItem) getItem(position)).isEnabled()) {
    mTitle.setTextColor(activity.getResources().getColor(R.color.context_item_disabled));
  } else {
    mTitle.setTextColor(activity.getResources().getColor(R.color.context_item));
  }
  return view;
}

และใช้getView()สำหรับปินเนอร์ปิด

@Override
public View getView(int position, View convertView, ViewGroup parent) {
  View view = convertView;
  if (view == null) {
    LayoutInflater vi = (LayoutInflater) activity.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
    view = vi.inflate(R.layout.context_row_icon, null);
  }
  TextView mTitle = (TextView) view.findViewById(R.id.context_label);
  ImageView flag = (ImageView) view.findViewById(R.id.context_icon);

  mTitle.setText(values[position].getLabel(activity));
  mTitle.setTextColor(activity.getResources().getColor(R.color.context_item_disabled));

  return view;
}

มันเป็นรหัสทดสอบอย่างถูกต้องและทำงานในแอปพลิเคชันใน appstore
Bhavinkumar Patel

0

ลองวิธีนี้ มันใช้งานได้สำหรับฉัน

@Override
public void onItemSelected(AdapterView<?> adapterView, View view, int i, long l) {
    TextView textView = (TextView) view;
    ((TextView) adapterView.getChildAt(0)).setTextColor(Color.RED);
    ((TextView) adapterView.getChildAt(0)).setTextSize(20);
    Toast.makeText(this, textView.getText()+" Selected", Toast.LENGTH_SHORT).show();
}

0

เพียงเพิ่มสไตล์ใหม่ดังนี้:

<style name="mySpinnerItemStyle" parent="ThemeOverlay.AppCompat.Dark">
    <item name="android:textColor">#000</item>
    <item name="android:color">#000</item>
</style>

และใช้มัน:

<Spinner
      android:id="@+id/spinnerCategories"
      android:layout_width="match_parent"
      android:layout_height="wrap_content"
      style="@style/mySpinnerItemStyle"
      android:layout_margin="5dp" />

0
    String typeroutes[] = {"Select","Direct","Non Stop"};
    Spinner typeroute;

    typeroute = view.findViewById(R.id.typeroute);

    final ArrayAdapter<String> arrayAdapter5 = new ArrayAdapter<String>(
                getActivity(), android.R.layout.simple_spinner_item, typeroutes) {
            @Override
            public boolean isEnabled(int position) {
                if (position == 0) {
                    // Disable the first item from Spinner
                    // First item will be use for hint
                    return false;
                } else {
                    return true;
                }
            }

            public View getView(int position, View convertView, ViewGroup parent) {
                View v = super.getView(position, convertView, parent);
                ((TextView) v).setTextSize(TypedValue.COMPLEX_UNIT_DIP, 16);
                ((TextView) v).setTextColor(Color.parseColor("#ffffff"));
                return v;
            }         ---->in this line very important so add this

            @Override
            public View getDropDownView(int position, View convertView,
                                        ViewGroup parent) {
                View view = super.getDropDownView(position, convertView, parent);
                TextView tv = (TextView) view;
                if (position == 0) {
                    // Set the hint text color gray
                    tv.setTextColor(Color.GRAY);
                } else {
                    tv.setTextColor(Color.BLACK);
                }
                return view;
            }
        };

        arrayAdapter5.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);

        typeroute.setAdapter(arrayAdapter5);

นั่นคือทั้งหมดสนุกกับการเข้ารหัสของคุณ ...

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.