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

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

am fbe9ca72: am 1d233d97: Merge "Fix bug 4088936 - Tabs in the action bar...

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

* commit 'fbe9ca72':
  Fix bug 4088936 - Tabs in the action bar don't seem to have a fading edge
parents cc0773bd fbe9ca72
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);