Merge "Fix bug 5249855 - put content descriptions for action bar tabs on images"

This commit is contained in:
Adam Powell
2011-09-08 14:01:03 -07:00
committed by Android (Google) Code Review

View File

@@ -444,7 +444,9 @@ public class ScrollingTabContainerView extends HorizontalScrollView
mTextView.setText(null);
}
setContentDescription(tab.getContentDescription());
if (mIconView != null) {
mIconView.setContentDescription(tab.getContentDescription());
}
}
}