am 70d2c773: am f5c757c6: Merge "More fix for bug #8159072 Spinner widget should be RTL\'ized" into jb-mr2-dev

* commit '70d2c77320287d97fa2d90cc60f85e1706bffb1b':
  More fix for bug #8159072 Spinner widget should be RTL'ized
This commit is contained in:
Fabrice Di Meglio
2013-04-11 18:10:51 -07:00
committed by Android Git Automerger
3 changed files with 13 additions and 10 deletions

View File

@@ -517,7 +517,7 @@ public class DrawableContainer extends Drawable implements Drawable.Callback {
@Override
public int getChangingConfigurations() {
return mChangingConfigurations;
return mChangingConfigurations | mChildrenChangingConfigurations;
}
public final int addChild(Drawable dr) {