AndroidDesignSupportLibraryのTabLayoutで、指定したタブを選択状態にする方法です。
tabLayout.getTabAt(position).select();
以上!
Go to list of users who liked
More than 5 years have passed since last update.
AndroidDesignSupportLibraryのTabLayoutで、指定したタブを選択状態にする方法です。
tabLayout.getTabAt(position).select();
以上!
Register as a new user and use Qiita more conveniently
Go to list of users who liked