mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -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,
|
ViewCompat.setPaddingRelative(this, mTabPaddingStart, mTabPaddingTop,
|
||||||
mTabPaddingEnd, mTabPaddingBottom);
|
mTabPaddingEnd, mTabPaddingBottom);
|
||||||
setGravity(Gravity.CENTER);
|
setGravity(Gravity.CENTER_HORIZONTAL);
|
||||||
setOrientation(VERTICAL);
|
setOrientation(HORIZONTAL);
|
||||||
setClickable(true);
|
setClickable(true);
|
||||||
ViewCompat.setPointerIcon(this,
|
ViewCompat.setPointerIcon(this,
|
||||||
PointerIconCompat.getSystemIcon(getContext(), PointerIconCompat.TYPE_HAND));
|
PointerIconCompat.getSystemIcon(getContext(), PointerIconCompat.TYPE_HAND));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user