Merge "Fix RTL drawing for QS tiles in edit mode" into oc-dr1-dev

This commit is contained in:
TreeHugger Robot
2017-07-07 19:37:19 +00:00
committed by Android (Google) Code Review

View File

@@ -96,6 +96,7 @@ public class QSIconViewImpl extends QSIconView {
int padding = state.icon != null ? state.icon.getPadding() : 0;
if (d != null) {
d.setAutoMirrored(false);
d.setLayoutDirection(getLayoutDirection());
}
iv.setImageDrawable(d);
if (state.slash != null && iv instanceof SlashImageView) {