Merge "Fix bug 5249855 - put content descriptions for action bar tabs on images"
This commit is contained in:
@@ -444,7 +444,9 @@ public class ScrollingTabContainerView extends HorizontalScrollView
|
||||
mTextView.setText(null);
|
||||
}
|
||||
|
||||
setContentDescription(tab.getContentDescription());
|
||||
if (mIconView != null) {
|
||||
mIconView.setContentDescription(tab.getContentDescription());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user