commit | 350993591974a8c7a2eca665f96304d296104789 | [log] [tgz] |
---|---|---|
author | Fabrice Di Meglio <fdimeglio@google.com> | Wed Dec 12 11:52:03 2012 -0800 |
committer | Fabrice Di Meglio <fdimeglio@google.com> | Wed Dec 12 11:52:03 2012 -0800 |
tree | a00369450feb420fa9ec18f3d122e2a3593de8ec | |
parent | 2b89f73ef805022c4e8b9bad545c1aa0421e5586 [diff] |
Fix bug #7724071 ImageView drawable is not loaded correctly when changing Locale aapt is not generating the correct CONFIG_LAYOUTDIR bit when a Drawable has a LTR and RTL version. It was generating instead the wrong CONFIG_SCREEN_LAYOUT bit. This was linked to the fact that the layout direction bits are contained into the screen layout bit. So now make sure that we are generating the correct CONFIG_LAYOUTDIR bit. Change-Id: If17c84d31e6c128721ed97ee6711660b131bf941