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

Change-Id: Iddf13e310237cffe517697b3c3ca429a1555dcbc
This commit is contained in:
Adam Powell
2011-09-08 12:18:14 -07:00
parent cad9982468
commit 65d5704476

View File

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