|
@@ -114,7 +114,7 @@ public class BottomTabsLayout extends BaseLayout implements AHBottomNavigation.O
|
114
|
114
|
|
115
|
115
|
private void createSnackbarContainer() {
|
116
|
116
|
snackbarAndFabContainer = new SnackbarAndFabContainer(getContext(), this);
|
117
|
|
- RelativeLayout.LayoutParams lp = new RelativeLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT);
|
|
117
|
+ RelativeLayout.LayoutParams lp = new RelativeLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT);
|
118
|
118
|
lp.addRule(ABOVE, bottomTabs.getId());
|
119
|
119
|
getScreenStackParent().addView(snackbarAndFabContainer, lp);
|
120
|
120
|
}
|