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

Commit 66d46f1d authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 5296851 - Silly monkeys."

parents 1667446c b8440110
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);
        }
    }