We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4685ee commit 27805d8Copy full SHA for 27805d8
android/src/ru/netris/mobile/scrollableview/widget/TiUIScrollableView.java
@@ -78,8 +78,8 @@ public TiUIScrollableView(ScrollableViewProxy proxy)
78
mPager.setClipToPadding(TiConvert.toBoolean(proxy.getProperty(TiScrollableviewModule.PROPERTY_CLIP_VIEWS)));
79
}
80
TiCompositeLayout.LayoutParams params = new TiCompositeLayout.LayoutParams();
81
- params.autoFillsHeight = true;
82
- params.autoFillsWidth = true;
+ params.autoFillsHeight = false;
+ params.autoFillsWidth = false;
83
mContainer.addView(mPager, params);
84
85
setNativeView(mContainer);
0 commit comments