commit | 329131e7360f1a0dcb57b02eccb521072474f035 | [log] [tgz] |
---|---|---|
author | Ivan Chiang <chiangi@google.com> | Tue Jan 08 15:58:19 2019 +0800 |
committer | Ivan Chiang <chiangi@google.com> | Tue Jan 15 17:04:22 2019 +0800 |
tree | 48fce613d96d1c6ddc6288dc256f997e4cf61dc2 | |
parent | 8ca87c66d7ffb232ebcce8faaa20d61443cf00d3 [diff] |
Fix A11y issue of chips and support reorder animation in RTL - When we sort the chips, we removed all views of chipGroup before. It will lose the A11y focus. Keep the clicked chip. - Support reorder animation in RTL - Use LinearLayout to instead of ChipGroup. If we set paddingEnd in ChipGroup, the layout is wrong in RTL mode. Test: manual Change-Id: Ib7604275c809166e196818045c402e836a4298e2 Fix: 122492579 Fix: 122711575