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

This commit is contained in:
Adam Powell
2011-03-15 12:06:45 -07:00
committed by Android (Google) Code Review

View File

@ -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);