mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 07:05:40 -04:00
Change tab
This commit is contained in:
parent
2966b6955b
commit
71f36bfbb6
@ -1526,8 +1526,8 @@ public class VerticalTabLayout extends ScrollView {
|
||||
}
|
||||
ViewCompat.setPaddingRelative(this, mTabPaddingStart, mTabPaddingTop,
|
||||
mTabPaddingEnd, mTabPaddingBottom);
|
||||
setGravity(Gravity.CENTER);
|
||||
setOrientation(VERTICAL);
|
||||
setGravity(Gravity.CENTER_HORIZONTAL);
|
||||
setOrientation(HORIZONTAL);
|
||||
setClickable(true);
|
||||
ViewCompat.setPointerIcon(this,
|
||||
PointerIconCompat.getSystemIcon(getContext(), PointerIconCompat.TYPE_HAND));
|
||||
|
Loading…
x
Reference in New Issue
Block a user