Fix bug 5249855 - put content descriptions for action bar tabs on images
Change-Id: Iddf13e310237cffe517697b3c3ca429a1555dcbc
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