yunxiuGona / SpinedEditTextView

SpinedEditTextView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpinedEditTextView

SpinedEditTextView

一个包含Spinner可选项的EditTextView

使用

1、Gradle

implementation 'com.wangyunxiu.lib:spedview_library:0.1'

2、InLayout

<com.wangyunxiu.lib.spinededview.SpinedEditView
        android:id="@+id/spinedEditView"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />

3、setItems OR setAdapter as you like

spinedEditView.setItems(listOf("ABC","ACB","CBA"))

OR

spinedEditView.setListAdapter(...ListAdapter...)

About

SpinedEditTextView


Languages

Language:Kotlin 100.0%