mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
a typo
This commit is contained in:
parent
93c14d43b0
commit
e3e2f59948
@ -1743,7 +1743,7 @@ public class VerticalTabLayout extends LinearLayout {
|
||||
if (mIconView == null) {
|
||||
ImageView iconView = (ImageView) LayoutInflater.from(getContext())
|
||||
.inflate(R.layout.design_layout_tab_icon, this, false);
|
||||
iconView.serLayoutParams(new LinearLayout.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,
|
||||
iconView.setLayoutParams(new LinearLayout.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,
|
||||
ViewGroup.LayoutParams.MATCH_PARENT));
|
||||
addView(iconView, 0);
|
||||
mIconView = iconView;
|
||||
|
Loading…
x
Reference in New Issue
Block a user