Dsiner / TabView

TabView for Android ——Slide indicator/button/tab; 滑动指示器/按钮/TAB控件
Apache License 2.0
22 stars 10 forks source link

selected button index #2

Open sami-soft opened 4 years ago

sami-soft commented 4 years ago

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 ){

}

Dsiner commented 4 years ago

@sami-soft Adding method

public void getSeelctedIndex()() {
    return curIndex;   
}
sami-soft commented 4 years ago

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