Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8440110 authored by Adam Powell's avatar Adam Powell
Browse files

Fix bug 5296851 - Silly monkeys.

Change-Id: Idae81d426051c2e1b00a1d1b62b505effd0a2a68
parent 413ce9dd
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -268,8 +268,10 @@ public class ActionBarView extends AbsActionBarView {

        if (mTabScrollView != null && mIncludeTabs) {
            ViewGroup.LayoutParams lp = mTabScrollView.getLayoutParams();
            if (lp != null) {
                lp.width = LayoutParams.WRAP_CONTENT;
                lp.height = LayoutParams.MATCH_PARENT;
            }
            mTabScrollView.setAllowCollapse(true);
        }
    }