mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 14:51:51 -04:00
fix
This commit is contained in:
parent
20c1d728af
commit
993081669d
@ -450,6 +450,7 @@ public class VerticalTabLayout extends LinearLayout {
|
||||
final int position = mTabs.size() - 1;
|
||||
final int selectedTabPosition = mSelectedTab != null ? mSelectedTab.getPosition() : 0;
|
||||
final TabView view = (TabView) mTabStrip.getChildAt(position);
|
||||
view.setLayoutParams(new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT));
|
||||
mTabStrip.removeViewAt(position);
|
||||
requestLayout();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user