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

Commit fbe9ca72 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am 1d233d97: Merge "Fix bug 4088936 - Tabs in the action bar don\'t seem to...

am 1d233d97: Merge "Fix bug 4088936 - Tabs in the action bar don\'t seem to have a fading edge" into honeycomb-mr1

* commit '1d233d97':
  Fix bug 4088936 - Tabs in the action bar don't seem to have a fading edge
parents ae2f3b3a 1d233d97
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -462,6 +462,7 @@ public class ActionBarView extends ViewGroup {
    private void ensureTabsExist() {
        if (mTabScrollView == null) {
            mTabScrollView = new HorizontalScrollView(getContext());
            mTabScrollView.setHorizontalFadingEdgeEnabled(true);
            mTabLayout = new LinearLayout(getContext(), null,
                    com.android.internal.R.attr.actionBarTabBarStyle);
            mTabScrollView.addView(mTabLayout);