Android studio 可按文本和位置搜索的微调器

Android studio 可按文本和位置搜索的微调器,android-studio,Android Studio,spinned由一个包含大量项目的字符串数组填充,但我希望它们可以通过名称(字符串)和数字(它们在列表中的位置)进行搜索,因为它是一个有序列表,有时您需要编号432而不知道名称,有没有允许我这样做的微调器?我试过不走运地寻找 这是微调器: <com.toptoche.searchablespinnerlibrary.SearchableSpinner android:id="@+id/namespinner" android:layout_width=&

spinned由一个包含大量项目的字符串数组填充,但我希望它们可以通过名称(字符串)和数字(它们在列表中的位置)进行搜索,因为它是一个有序列表,有时您需要编号432而不知道名称,有没有允许我这样做的微调器?我试过不走运地寻找 这是微调器:

<com.toptoche.searchablespinnerlibrary.SearchableSpinner
    android:id="@+id/namespinner"
    android:layout_width="0dp"
    android:layout_height="wrap_content"
    android:layout_marginTop="8dp"
    app:layout_constraintEnd_toEndOf="parent"
    app:layout_constraintHorizontal_bias="0.0"
    app:layout_constraintStart_toStartOf="parent"
    app:layout_constraintTop_toBottomOf="@+id/otherspinner" />