TabView icon indicating copy to clipboard operation
TabView copied to clipboard

selected button index

Open sami-soft opened this issue 6 years ago • 2 comments

Hello good time

How to check the selected index of button in Tabview ?

for example , i will check this without setOnTabSelectedListener.

if ( TabView.getSeelctedIndex()==1 ){

}

sami-soft avatar Dec 11 '19 11:12 sami-soft

@sami-soft Adding method

public void getSeelctedIndex()() {
    return curIndex;   
}

Dsiner avatar Dec 11 '19 12:12 Dsiner

Thank you Please update the library if possible in the future.

sami-soft avatar Dec 11 '19 13:12 sami-soft